mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/linuxsampler: Updated for version 2.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
48d7493b98
commit
80a33ca846
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=linuxsampler
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="linuxsampler"
|
||||
VERSION="2.3.0"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="https://linuxsampler.org/"
|
||||
DOWNLOAD="https://download.linuxsampler.org/packages/linuxsampler-2.3.0.tar.bz2"
|
||||
MD5SUM="3ace432896b44173b12bcb4d37a592f1"
|
||||
DOWNLOAD="https://download.linuxsampler.org/packages/linuxsampler-2.3.1.tar.bz2"
|
||||
MD5SUM="1f3c4e23f80688249f2056730801a03a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgig"
|
||||
|
|
Loading…
Reference in a new issue