diff options
Diffstat (limited to 'desktop/xtrlock')
-rw-r--r-- | desktop/xtrlock/xtrlock.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/xtrlock/xtrlock.info | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/desktop/xtrlock/xtrlock.SlackBuild b/desktop/xtrlock/xtrlock.SlackBuild index bb589ec722..8308d45ec7 100644 --- a/desktop/xtrlock/xtrlock.SlackBuild +++ b/desktop/xtrlock/xtrlock.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250611 bkw: updated for v2.17. no code changes, only the debian +# packaging has changed. only doing this update because the 2.16 +# source is likely to disappear soon. + # 20250121 bkw: updated for v2.16, which has actual new features. # - build with XInput (multitouch) support. # - build with capabilities (libcap) support. @@ -21,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xtrlock -VERSION=${VERSION:-2.16} +VERSION=${VERSION:-2.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/desktop/xtrlock/xtrlock.info b/desktop/xtrlock/xtrlock.info index f6a72437c2..b75061d01c 100644 --- a/desktop/xtrlock/xtrlock.info +++ b/desktop/xtrlock/xtrlock.info @@ -1,8 +1,8 @@ PRGNAM="xtrlock" -VERSION="2.16" +VERSION="2.17" HOMEPAGE="https://packages.debian.org/sid/xtrlock" -DOWNLOAD="https://deb.debian.org/debian/pool/main/x/xtrlock/xtrlock_2.16.tar.xz" -MD5SUM="a6ea35b53611c2bdb38cdc8b85dc028d" +DOWNLOAD="https://deb.debian.org/debian/pool/main/x/xtrlock/xtrlock_2.17.tar.xz" +MD5SUM="d2e5e21b0273206c7c9bcf0573813bb5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |