diff options
Diffstat (limited to 'desktop/xtrlock/xtrlock.SlackBuild')
-rw-r--r-- | desktop/xtrlock/xtrlock.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/desktop/xtrlock/xtrlock.SlackBuild b/desktop/xtrlock/xtrlock.SlackBuild index 10b33f0af5a04..fd0d03fc8ef09 100644 --- a/desktop/xtrlock/xtrlock.SlackBuild +++ b/desktop/xtrlock/xtrlock.SlackBuild @@ -6,8 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201208 bkw: updated for v2.14, although the only changes +# since 2.13 are in the debian packagaing (which we don't/can't +# use). Basically just updating it to avoid people asking for it to +# be updated. + PRGNAM=xtrlock -VERSION=${VERSION:-2.13} +VERSION=${VERSION:-2.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |