mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
audio/linuxsampler: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
75f4efc1a4
commit
e502b601f5
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=linuxsampler
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="linuxsampler"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="https://linuxsampler.org/"
|
||||
DOWNLOAD="https://download.linuxsampler.org/packages/linuxsampler-2.1.1.tar.bz2"
|
||||
MD5SUM="8fda14da0ccfc141d5af08daedccaae6"
|
||||
DOWNLOAD="https://download.linuxsampler.org/packages/linuxsampler-2.2.0.tar.bz2"
|
||||
MD5SUM="1feeaae61eaae5de6691c5ab4e9b3523"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgig"
|
||||
|
|
Loading…
Reference in a new issue