mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
63847ca8c8
commit
5815cecc2f
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue