From 5952701c6a0975cad6bddbd295ce1f16aeee1317 Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Sat, 19 Feb 2022 11:17:39 +0700 Subject: audio/amSynth: Updated for version 1.12.4. Signed-off-by: Willy Sudiarto Raharjo --- audio/amSynth/amSynth.SlackBuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'audio/amSynth/amSynth.SlackBuild') diff --git a/audio/amSynth/amSynth.SlackBuild b/audio/amSynth/amSynth.SlackBuild index e8fc4e4cf1..572d2598a0 100644 --- a/audio/amSynth/amSynth.SlackBuild +++ b/audio/amSynth/amSynth.SlackBuild @@ -1,9 +1,9 @@ #!/bin/bash -# Slackware build script for amsynth +# Slackware build script for amSynth -# Copyright 2019 - 2020 Johannes Schoepfer, Germany # Copyright 2006 paul wisehart wise@lupulin.net +# Copyright 2019 - 2022 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=amSynth -VERSION=${VERSION:-1.12.2} +VERSION=${VERSION:-1.12.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 -- cgit v1.2.3-80-g2a13