diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-12-06 22:41:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-06 23:26:21 -0600 |
commit | 4ecfc6bfd15c8e3eefdb0d19ada8d190a17f1646 (patch) | |
tree | 7ab376502a389aeef76598a724cb72f186a4a731 /audio/fluidsynth/fluidsynth.SlackBuild | |
parent | 63445f1d61fbc554a45b19fa04f482dc21ee2867 (diff) | |
download | slackbuilds-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.SlackBuild | 4 |
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 |