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/libffi | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/libffi')
-rwxr-xr-x | Ports/libffi/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/libffi/package.sh b/Ports/libffi/package.sh index cc4040bf29..4c7a03d485 100755 --- a/Ports/libffi/package.sh +++ b/Ports/libffi/package.sh @@ -2,5 +2,5 @@ port=libffi version=3.3 useconfigure=true -files="ftp://sourceware.org/pub/libffi/libffi-${version}.tar.gz libffi-${version}.tar.gz 6313289e32f1d38a9df4770b014a2ca7" -auth_type=md5 +files="ftp://sourceware.org/pub/libffi/libffi-${version}.tar.gz libffi-${version}.tar.gz 72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056" +auth_type=sha256 |