audio/amSynth: Updated for version 1.12.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2022-02-19 11:17:39 +07:00 committed by Willy Sudiarto Raharjo
parent 853a35ddb3
commit 5952701c6a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="amSynth"
VERSION="1.12.2"
VERSION="1.12.4"
HOMEPAGE="https://amsynth.github.io/"
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.12.2/amsynth-1.12.2.tar.gz"
MD5SUM="b9cc26787e7c08b85814f0bc402225ba"
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.12.4/amsynth-1.12.4.tar.gz"
MD5SUM="ee3841ffe61b642b101e0ed285d75589"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""