system/piper: Updated for version 0.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fa18ac66ff
commit
273a374474
|
@ -28,8 +28,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=piper
|
||||
VERSION=${VERSION:-0.6}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="piper"
|
||||
VERSION="0.6"
|
||||
VERSION="0.7"
|
||||
HOMEPAGE="https://github.com/libratbag/piper"
|
||||
DOWNLOAD="https://github.com/libratbag/piper/archive/0.6/piper-0.6.tar.gz"
|
||||
MD5SUM="87eb3893f16661d6c39aca539c970bf8"
|
||||
DOWNLOAD="https://github.com/libratbag/piper/archive/0.7/piper-0.7.tar.gz"
|
||||
MD5SUM="110c9cd1097d96ce9f6eeb0cd036e1b6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libratbag lxml"
|
||||
|
|
Loading…
Reference in New Issue