mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/srt: Updated for version 1.5.3
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d6c09fba5
commit
da7f1790a3
2 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=srt
|
||||
VERSION=${VERSION:-1.4.3}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="srt"
|
||||
VERSION="1.4.3"
|
||||
VERSION="1.5.3"
|
||||
HOMEPAGE="https://github.com/Haivision/srt"
|
||||
DOWNLOAD="https://github.com/Haivision/srt/archive/v1.4.3/srt-1.4.3.tar.gz"
|
||||
MD5SUM="3ed903e5a32b9ee9ec011028fb34f331"
|
||||
DOWNLOAD="https://github.com/Haivision/srt/archive/v1.5.3/srt-1.5.3.tar.gz"
|
||||
MD5SUM="df8213a3669dd846ddaad0fa1e9f417b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue