diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-11 23:00:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-17 17:00:17 +0700 |
commit | 36c1437740c1613da72bfca556ad1399d86e6d5f (patch) | |
tree | e23a113dedb018ee821cb75fa85388ab4402daea /multimedia/x265/x265.SlackBuild | |
parent | 7e4838bceadd7f802f0baeb9d1c67966492bd4ed (diff) | |
download | slackbuilds-36c1437740c1613da72bfca556ad1399d86e6d5f.tar.gz |
multimedia/x265: Updated for version 1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/x265/x265.SlackBuild')
-rw-r--r-- | multimedia/x265/x265.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/x265/x265.SlackBuild b/multimedia/x265/x265.SlackBuild index 9f7169abff..d79403953d 100644 --- a/multimedia/x265/x265.SlackBuild +++ b/multimedia/x265/x265.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=x265 -VERSION=${VERSION:-1.1} -REVISION=${REVISION:-ae9609aeebdc} +VERSION=${VERSION:-1.2} +REVISION=${REVISION:-d6257335c537} SRCNAM=multicoreware BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; cd build/linux cmake \ |