mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/sonobus: Updated for version 1.6.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d780b0395b
commit
2bbafdbe0a
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=sonobus
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
VERSION=${VERSION:-1.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sonobus"
|
||||
VERSION="1.6.1"
|
||||
VERSION="1.6.2"
|
||||
HOMEPAGE="https://sonobus.net"
|
||||
DOWNLOAD="https://github.com/sonosaurus/sonobus/archive/1.6.1/sonobus-1.6.1.tar.gz"
|
||||
MD5SUM="a1689c869754412df4ba6ce8631c76d6"
|
||||
DOWNLOAD="https://github.com/sonosaurus/sonobus/archive/1.6.2/sonobus-1.6.2.tar.gz"
|
||||
MD5SUM="c1d4d2af5a1ffa54ff2e4826036065d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack"
|
||||
|
|
Loading…
Reference in a new issue