libraries/libaacs: Updated for version 0.7.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Larry Hajali 2014-07-05 17:28:53 +07:00 committed by Robby Workman
parent f68762a0bd
commit a117db20bc
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for libaacs # Slackware build script for libaacs
# Copyright 2011-2013 Larry Hajali <larryhaja[at]gmail[dot]com> # Copyright 2011-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libaacs PRGNAM=libaacs
VERSION=${VERSION:-0.7.0} VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -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 {} \;
# Fix CL/RF formatting. # Fix CL/RF formatting.
cat KEYDB.cfg | sed -e 's/\r//g' > KEYDB.cfg.new cat KEYDB.cfg | sed -e 's/\r//g' > KEYDB.cfg.new

View file

@ -1,8 +1,8 @@
PRGNAM="libaacs" PRGNAM="libaacs"
VERSION="0.7.0" VERSION="0.7.1"
HOMEPAGE="http://www.videolan.org/developers/libaacs.html" HOMEPAGE="http://www.videolan.org/developers/libaacs.html"
DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libaacs/0.7.0/libaacs-0.7.0.tar.bz2" DOWNLOAD="ftp://ftp.videolan.org/pub/videolan/libaacs/0.7.1/libaacs-0.7.1.tar.bz2"
MD5SUM="8da0da893d1f266b31bf8a8fc7c84a84" MD5SUM="3f475fa71352b454a62bcde860e8681c"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""