mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/dav1d: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
40a2141c15
commit
a2d2da0da9
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# Slackware build script for dav1d
|
||||
#
|
||||
# Copyright (c) 2019-2023 Andrew Strong, Blue Mountains, Australia.
|
||||
# Copyright (c) 2019-2024 Andrew Strong, Blue Mountains, Australia.
|
||||
#
|
||||
# Permission to use, copy, modify, and distribute this software for
|
||||
# any purpose with or without fee is hereby granted, provided that
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dav1d
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dav1d"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://code.videolan.org/videolan/dav1d"
|
||||
DOWNLOAD="https://code.videolan.org/videolan/dav1d/-/archive/1.1.0/dav1d-1.1.0.tar.gz"
|
||||
MD5SUM="30931c1fdda667a2affec4c731ff8539"
|
||||
DOWNLOAD="https://code.videolan.org/videolan/dav1d/-/archive/1.4.0/dav1d-1.4.0.tar.gz"
|
||||
MD5SUM="827aff30accb3de733df9482e19935d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue