audio/amSynth: Updated for version 1.13.1.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
50a5532eb8
commit
4026c64386
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for amSynth
|
||||
|
||||
# Copyright 2006 paul wisehart wise@lupulin.net
|
||||
# Copyright 2019 - 2022 Johannes Schoepfer, Germany
|
||||
# Copyright 2019 - 2023 Johannes Schoepfer, Germany
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=amSynth
|
||||
VERSION=${VERSION:-1.13.0}
|
||||
VERSION=${VERSION:-1.13.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="amSynth"
|
||||
VERSION="1.13.0"
|
||||
VERSION="1.13.1"
|
||||
HOMEPAGE="https://amsynth.github.io/"
|
||||
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.13.0/amsynth-1.13.0.tar.gz"
|
||||
MD5SUM="f8ffd6e939c690fe05e92ae68809fcc7"
|
||||
DOWNLOAD="https://github.com/amsynth/amsynth/releases/download/release-1.13.1/amsynth-1.13.1.tar.gz"
|
||||
MD5SUM="54914ec5b132c9b5ee06a9acb3154b38"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue