mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
multimedia/x265: Updated for version 1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8f4eeb0e29
commit
21f935fc27
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for x265
|
||||
|
||||
# Copyright 2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2014-2015 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:-1.4}
|
||||
REVISION=${REVISION:-5e604833c5aa}
|
||||
VERSION=${VERSION:-1.5}
|
||||
REVISION=${REVISION:-9f0324125f53}
|
||||
SRCNAM=multicoreware
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x265"
|
||||
VERSION="1.4"
|
||||
VERSION="1.5"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x265.html"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.4.tar.bz2"
|
||||
MD5SUM="b37bf7bd05b198c9dd9155d60e1f7100"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.5.tar.bz2"
|
||||
MD5SUM="fcb81f5ff12669ff0c0657568cee36b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue