summaryrefslogtreecommitdiffstats
path: root/OpenAL
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-05-25 12:05:25 +0000
committer Eric Hameleers <alien@slackware.com>2015-05-25 12:05:25 +0000
commit83b32accaebbf67a88a89511cb96fb9e6e48f23a (patch)
tree385f4b324cf5770ec2588a94b56cbeae5eba0ae2 /OpenAL
parentea9805a23fbd0a1203d7bfe516dc891648fa58de (diff)
downloadasb-83b32accaebbf67a88a89511cb96fb9e6e48f23a.tar.gz
asb-83b32accaebbf67a88a89511cb96fb9e6e48f23a.tar.xz
OpenAL: also update the BUILD number
Diffstat (limited to 'OpenAL')
-rwxr-xr-xOpenAL/build/OpenAL.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenAL/build/OpenAL.SlackBuild b/OpenAL/build/OpenAL.SlackBuild
index 5c9bd5c6..8bd568ca 100755
--- a/OpenAL/build/OpenAL.SlackBuild
+++ b/OpenAL/build/OpenAL.SlackBuild
@@ -36,6 +36,8 @@
# * Update.
# 1.15.1-2: 08/jan/2014 by Eric Hameleers <alien@slackware.com>
# * Add /etc/openal/alsoft.conf.sample configuration file.
+# 1.16.0-1: 25/may/2015 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh OpenAL.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -46,7 +48,7 @@
PRGNAM=OpenAL
SRCNAM=openal-soft
VERSION=${VERSION:-1.16.0}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}