diff options
Diffstat (limited to 'system/piper')
-rw-r--r-- | system/piper/piper.SlackBuild | 4 | ||||
-rw-r--r-- | system/piper/piper.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/piper/piper.SlackBuild b/system/piper/piper.SlackBuild index 008b570bfeda8..c4d6c8d03c4aa 100644 --- a/system/piper/piper.SlackBuild +++ b/system/piper/piper.SlackBuild @@ -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} diff --git a/system/piper/piper.info b/system/piper/piper.info index 8b46b709a37e6..63c3536babc1c 100644 --- a/system/piper/piper.info +++ b/system/piper/piper.info @@ -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" |