diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-04-16 17:39:43 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-16 21:14:00 +0200 |
commit | a206ab2211d15cfdd27287b2e237e02eecee55a2 (patch) | |
tree | f25a5bd02eb35eba346eafc2859894b5ed6ec69e /Ports/libvorbis | |
parent | 6c618eb072bc76fb4ea1cabc79d307139aaa24a1 (diff) | |
download | serenity-a206ab2211d15cfdd27287b2e237e02eecee55a2.zip |
Ports: Add auth_type verification to all package.sh files
Diffstat (limited to 'Ports/libvorbis')
-rwxr-xr-x | Ports/libvorbis/package.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ports/libvorbis/package.sh b/Ports/libvorbis/package.sh index 80fd293b41..2f1917d707 100755 --- a/Ports/libvorbis/package.sh +++ b/Ports/libvorbis/package.sh @@ -2,7 +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" +files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz 9b8034da6edc1a17d18b9bc4542015c7" +auth_type=md5 depends=libogg install() { |