diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2022-02-19 11:17:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-19 11:17:39 +0700 |
commit | 5952701c6a0975cad6bddbd295ce1f16aeee1317 (patch) | |
tree | b2d9b5c30df8d470348b0f481fece72dafd7a97c | |
parent | 853a35ddb385429be79088ce1c91697af34c903d (diff) | |
download | slackbuilds-5952701c6a0975cad6bddbd295ce1f16aeee1317.tar.gz |
audio/amSynth: Updated for version 1.12.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/amSynth/amSynth.SlackBuild | 9 | ||||
-rw-r--r-- | audio/amSynth/amSynth.info | 6 |
2 files changed, 6 insertions, 9 deletions
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 diff --git a/audio/amSynth/amSynth.info b/audio/amSynth/amSynth.info index 32345a6094..5bd5533661 100644 --- a/audio/amSynth/amSynth.info +++ b/audio/amSynth/amSynth.info @@ -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="" |