Signature mismatch for icu #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I cannot update the icu package. (MD5 sum of the downloaded file is right).
md5sum have been deprecated for a while, I'd recommend you disable them in
pkgmk.conf
, we don't provide them anymore.However, I can verify that the checksum is different for ICU since they did sideload the missing LICENSE file, meaning that we can skip the hacky touch to create one:
https://git.crux.nu/ports/opt/src/branch/3.7/icu/Pkgfile#L29
Thanks for fix. What I meant by "md5sum is fine" was that the md5sum of the download file and the one published on the original website are the same. As advices, I've not been using md5sum in Crux packages.