mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/x265: Updated for version 3.6.
This reverts commit 585c6dda5e
.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f40b4de5a4
commit
4de0d333af
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=x265
|
||||
VERSION=${VERSION:-4.0}
|
||||
VERSION=${VERSION:-3.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x265"
|
||||
VERSION="4.0"
|
||||
VERSION="3.6"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x265.html"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.0.tar.gz"
|
||||
MD5SUM="44e0082a7635eab2488bebd18875a09a"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265_git/downloads/x265_3.6.tar.gz"
|
||||
MD5SUM="99997ecc8ee4d3575ba7715c759ad3bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue