Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/u/ucx/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("ucx")
add_urls("https://github.com/openucx/ucx/releases/download/v$(version)/ucx-$(version).tar.gz",
"https://github.com/openucx/ucx.git")

add_versions("1.20.0", "7c8a6093cada179aa1d851b83625e3b25ed5658966e309de5118c27a038c7ef9")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The SHA-256 hash provided for version 1.20.0 appears to be truncated or invalid. A standard SHA-256 hash must be exactly 64 hexadecimal characters long, but the one provided (7c8a6093cada179aa1d851b83625ed5658966e309de5118c27a038c7ef9) is only 59 characters. This will cause the package download to fail during checksum verification.

add_versions("1.18.0", "fa75070f5fa7442731b4ef5fc9549391e147ed3d859afeb1dad2d4513b39dc33")
add_versions("1.17.0", "34658e282f99f89ce7a991c542e9727552734ac6ad408c52f22b4c2653b04276")
add_versions("1.16.0", "f73770d3b583c91aba5fb07557e655ead0786e057018bfe42f0ebe8716e9d28c")
Expand Down
Loading