summaryrefslogtreecommitdiffstats
path: root/audio/fluidsynth/fluidsynth.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2010-12-07 05:41:15 +0100
committer Robby Workman2010-12-07 06:26:21 +0100
commit4ecfc6bfd15c8e3eefdb0d19ada8d190a17f1646 (patch)
tree7ab376502a389aeef76598a724cb72f186a4a731 /audio/fluidsynth/fluidsynth.SlackBuild
parent63445f1d61fbc554a45b19fa04f482dc21ee2867 (diff)
downloadslackbuilds-4ecfc6bfd15c8e3eefdb0d19ada8d190a17f1646.tar.gz
audio/fluidsynth: Updated for version 1.1.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/fluidsynth/fluidsynth.SlackBuild')
-rw-r--r--audio/fluidsynth/fluidsynth.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/fluidsynth/fluidsynth.SlackBuild b/audio/fluidsynth/fluidsynth.SlackBuild
index 28e76cd79f..0d7efafe0c 100644
--- a/audio/fluidsynth/fluidsynth.SlackBuild
+++ b/audio/fluidsynth/fluidsynth.SlackBuild
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fluidsynth
-VERSION=1.1.1
+VERSION=1.1.3
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi