diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-06-24 19:57:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:40 +0700 |
commit | 273a374474fe62b07ffa50b8caeee3ca72e663f6 (patch) | |
tree | cce12362ccf83f8c0efb2e93352bccfd9db9a9cf /system | |
parent | fa18ac66ffa80d97c88c93589b1e3eb3d49ee326 (diff) |
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>
Diffstat (limited to 'system')
-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" |