diff options
Diffstat (limited to 'desktop/xtrlock/xtrlock.SlackBuild')
-rw-r--r-- | desktop/xtrlock/xtrlock.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/xtrlock/xtrlock.SlackBuild b/desktop/xtrlock/xtrlock.SlackBuild index fd0d03fc8e..c0122df01e 100644 --- a/desktop/xtrlock/xtrlock.SlackBuild +++ b/desktop/xtrlock/xtrlock.SlackBuild @@ -6,13 +6,14 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20210219 bkw: updated for v2.15. # 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.14} +VERSION=${VERSION:-2.15} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |