summaryrefslogtreecommitdiffstats
path: root/OpenAL
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2013-11-03 14:56:32 +0000
committer Eric Hameleers <alien@slackware.com>2013-11-03 14:56:32 +0000
commitda08675be3b28dd52fb4f9757eec4a6cf2bd6076 (patch)
tree7bcef24148131f7ff75efb7d0c19c39bb11d0d4b /OpenAL
parent8c3c82c9383913781765b5e6a1b6182afe5cd2b7 (diff)
downloadasb-da08675be3b28dd52fb4f9757eec4a6cf2bd6076.tar.gz
asb-da08675be3b28dd52fb4f9757eec4a6cf2bd6076.tar.xz
Update to 1.15.1
Diffstat (limited to 'OpenAL')
-rwxr-xr-xOpenAL/build/OpenAL.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenAL/build/OpenAL.SlackBuild b/OpenAL/build/OpenAL.SlackBuild
index 8016e886..418e29c0 100755
--- a/OpenAL/build/OpenAL.SlackBuild
+++ b/OpenAL/build/OpenAL.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2012 Eric Hameleers, Eindhoven, NL
+# Copyright 2012, 2013 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 1.13-1: 15/Jan/2012 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.15.1-1: 03/nov/2013 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 .
@@ -39,11 +41,9 @@
#
# -----------------------------------------------------------------------------
-# Set initial variables:
-
PRGNAM=OpenAL
SRCNAM=openal-soft
-VERSION=${VERSION:-1.13}
+VERSION=${VERSION:-1.15.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}