diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-25 12:20:15 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-25 13:30:18 +0200 |
commit | 5911d379a67d4d8957b89f1ca7eed946eae8312b (patch) | |
tree | 7253e1a1505526d36ea8bd7d29219a6e1232b531 /Ports/libicu | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/libicu')
-rwxr-xr-x | Ports/libicu/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/libicu/package.sh b/Ports/libicu/package.sh index 4704480c1a..e10c56d0cd 100755 --- a/Ports/libicu/package.sh +++ b/Ports/libicu/package.sh @@ -4,8 +4,8 @@ version=69.1 useconfigure=true workdir=icu/source configopts=--with-cross-build=$(pwd)/${workdir}/../host-build -files="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz icu4c-${version//./_}-src.tgz 9403db682507369d0f60a25ea67014c4" -auth_type=md5 +files="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz icu4c-${version//./_}-src.tgz 4cba7b7acd1d3c42c44bb0c14be6637098c7faf2b330ce876bc5f3b915d09745" +auth_type=sha256 configure() { host_env |