multimedia/x265: Updated for version 2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f090ac9270
commit
9bff33b51e
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for x265
|
||||
|
||||
# Copyright 2014-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=x265
|
||||
VERSION=${VERSION:-2.6}
|
||||
REVISION=${REVISION:-0e9ea76945c8}
|
||||
VERSION=${VERSION:-2.7}
|
||||
REVISION=${REVISION:-e41a9bf2bac4}
|
||||
SRCNAM=multicoreware
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x265"
|
||||
VERSION="2.6"
|
||||
VERSION="2.7"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x265.html"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/2.6.tar.bz2"
|
||||
MD5SUM="a2659677b56c9dd22d52a1ebb188ca95"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/2.7.tar.bz2"
|
||||
MD5SUM="877bacacc5ba86fc7a2992aaf5386538"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue