diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-11-25 23:36:09 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-26 09:11:47 +0700 |
commit | bc89e8e4e81856d0468c4b4fc4f43dd5c905f42e (patch) | |
tree | 8a995a07a594120ea92b68d3433f9f78a23906b4 /multimedia/svt-av1/svt-av1.info | |
parent | 24c71917f89d978de3f40d9bd7e3aafb3af447b0 (diff) |
multimedia/svt-av1: Fix gitlab tag handling.
I've changed DOWNLOAD to actually download the tag correctly while
the previous URL resolved to a commit. The two yield tarballs with
different md5sums, but the exact same contents.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/svt-av1/svt-av1.info')
-rw-r--r-- | multimedia/svt-av1/svt-av1.info | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/svt-av1/svt-av1.info b/multimedia/svt-av1/svt-av1.info index 5621e30ce27e5..cead7f1a77c3b 100644 --- a/multimedia/svt-av1/svt-av1.info +++ b/multimedia/svt-av1/svt-av1.info @@ -1,8 +1,8 @@ PRGNAM="svt-av1" VERSION="1.1.0" HOMEPAGE="https://gitlab.com/AOMediaCodec/SVT-AV1/" -DOWNLOAD="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.1.0/svt-av1-1.1.0.tar.gz" -MD5SUM="99819a8783169eeaaba3e494395c3d97" +DOWNLOAD="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v1.1.0/SVT-AV1-v1.1.0.tar.gz" +MD5SUM="db2114b5c8f8d7eaeeee98c478b6e59c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |