system/libratbag: Updated for version 0.17.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-11 02:11:59 -08:00 committed by Willy Sudiarto Raharjo
parent 63847ca8c8
commit 5815cecc2f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libratbag
VERSION=${VERSION:-0.16}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="libratbag"
VERSION="0.16"
VERSION="0.17"
HOMEPAGE="https://github.com/libratbag/libratbag"
DOWNLOAD="https://github.com/libratbag/libratbag/archive/v0.16/libratbag-0.16.tar.gz"
MD5SUM="ca6ff73eb21f66558657cfe604a49e3e"
DOWNLOAD="https://github.com/libratbag/libratbag/archive/v0.17/libratbag-0.17.tar.gz"
MD5SUM="6d3e1d8b9df938be1f1ccfcd1641c7aa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-evdev"