libraries/OpenAL: Updated for version 1.17.1.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
Erik Hanson 2015-12-19 20:49:44 -06:00 committed by Willy Sudiarto Raharjo
parent c25a5cae48
commit c3fd67ed19
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=OpenAL
SRCNAM=openal-soft
VERSION=1.16.0
VERSION=${VERSION:-1.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,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 {} \;
cmake \
-DCMAKE_C_FLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="OpenAL"
VERSION="1.16.0"
VERSION="1.17.1"
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.16.0.tar.bz2"
MD5SUM="14db4b0d12f07252070b4fe5eb5911f6"
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.1.tar.bz2"
MD5SUM="4e1cff46cdb3ac147745dea33ad92687"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""