diff options
-rw-r--r-- | system/libratbag/libratbag.SlackBuild | 4 | ||||
-rw-r--r-- | system/libratbag/libratbag.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/libratbag/libratbag.SlackBuild b/system/libratbag/libratbag.SlackBuild index 0c9f1cb9bd..c28c46f7bd 100644 --- a/system/libratbag/libratbag.SlackBuild +++ b/system/libratbag/libratbag.SlackBuild @@ -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} diff --git a/system/libratbag/libratbag.info b/system/libratbag/libratbag.info index 093245b432..fd15b37516 100644 --- a/system/libratbag/libratbag.info +++ b/system/libratbag/libratbag.info @@ -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" |