diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-05 14:39:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:37 +0700 |
commit | f5e72e939642b5d78bf6e2557d94417faa0ea3c8 (patch) | |
tree | 07814ee713212204258c43309457c7594c1a21e9 /audio/synthv1 | |
parent | c4f6eb8b72be73fb991e715207d9089f00adf08d (diff) | |
download | slackbuilds-f5e72e939642b5d78bf6e2557d94417faa0ea3c8.tar.gz |
audio/synthv1: Updated for version 0.9.23.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/synthv1')
-rw-r--r-- | audio/synthv1/synthv1.SlackBuild | 6 | ||||
-rw-r--r-- | audio/synthv1/synthv1.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/synthv1/synthv1.SlackBuild b/audio/synthv1/synthv1.SlackBuild index 59dc933cb1..2cb5c0ea81 100644 --- a/audio/synthv1/synthv1.SlackBuild +++ b/audio/synthv1/synthv1.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20211205 bkw: update for v0.9.23 # 20201106 bkw: update for v0.9.18 # 20200114 bkw: update for v0.9.12 # 20191210 bkw: update for v0.9.11, document optional liblo dep, have slack-desc @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=synthv1 -VERSION=${VERSION:-0.9.18} +VERSION=${VERSION:-0.9.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,9 +38,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/synthv1/synthv1.info b/audio/synthv1/synthv1.info index 0de3519466..b51f1044cf 100644 --- a/audio/synthv1/synthv1.info +++ b/audio/synthv1/synthv1.info @@ -1,8 +1,8 @@ PRGNAM="synthv1" -VERSION="0.9.18" +VERSION="0.9.23" HOMEPAGE="https://synthv1.sourceforge.io/" -DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.9.18/synthv1-0.9.18.tar.gz" -MD5SUM="81b45cbb00dfb332edfa0c1642683ad7" +DOWNLOAD="https://downloads.sourceforge.net/project/synthv1/synthv1/0.9.23/synthv1-0.9.23.tar.gz" +MD5SUM="c7ae3e0a19fe9a0ebc0837cafd283a93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jack" |