mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libaom: Updated for version 1.0.0.r994.g67aec0fc6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c40cc623a3
commit
555be7ddcc
2 changed files with 6 additions and 4 deletions
|
@ -24,9 +24,11 @@
|
|||
PRGNAM=libaom
|
||||
|
||||
# Version setting is extracted from the git source using the following:
|
||||
#
|
||||
# git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
#
|
||||
# Borrowed from our Arch colleagues with thanks :).
|
||||
VERSION=${VERSION:-1.0.0.r531.g0a4cfadc9}
|
||||
VERSION=${VERSION:-1.0.0.r994.g67aec0fc6}
|
||||
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libaom"
|
||||
VERSION="1.0.0.r531.g0a4cfadc9"
|
||||
VERSION="1.0.0.r994.g67aec0fc6"
|
||||
HOMEPAGE="https://aomedia.googlesource.com/aom"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/SBo/libaom-1.0.0.r531.g0a4cfadc9.tar.gz"
|
||||
MD5SUM="9889503278e00cf11b9a31f1e1ddaa9b"
|
||||
DOWNLOAD="http://www.andrews-corner.org/downloads/SBo/libaom-1.0.0.r994.g67aec0fc6.tar.gz"
|
||||
MD5SUM="38a8769e84bd30d908a9d7757ec0a7e7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue