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/libvorbis | |
parent | d77e7e99e4b3bf23ed3663c4d6db34f1496b4306 (diff) | |
download | serenity-5911d379a67d4d8957b89f1ca7eed946eae8312b.zip |
Ports: Update checksums to use the SHA256 algorithm
Diffstat (limited to 'Ports/libvorbis')
-rwxr-xr-x | Ports/libvorbis/package.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ports/libvorbis/package.sh b/Ports/libvorbis/package.sh index fd08758474..18308ebb2b 100755 --- a/Ports/libvorbis/package.sh +++ b/Ports/libvorbis/package.sh @@ -2,8 +2,8 @@ port=libvorbis version=1.3.7 useconfigure=true -files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz 9b8034da6edc1a17d18b9bc4542015c7" -auth_type=md5 +files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz 0e982409a9c3fc82ee06e08205b1355e5c6aa4c36bca58146ef399621b0ce5ab" +auth_type=sha256 depends=libogg install() { |