diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-01-12 23:21:04 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:09 +0700 |
commit | 696cdca65833df68b09dd69d985aec0ae1e62b58 (patch) | |
tree | c33a6d700292dbf51303f855f6d517d109b7ff5e /system/timeshift/timeshift.SlackBuild | |
parent | 78cfb83bc847ff5b5418641fab11c8181bead5d3 (diff) |
system/timeshift: Updated for version 22.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/timeshift/timeshift.SlackBuild')
-rw-r--r-- | system/timeshift/timeshift.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/timeshift/timeshift.SlackBuild b/system/timeshift/timeshift.SlackBuild index 6c52f043b698..ec8793f08606 100644 --- a/system/timeshift/timeshift.SlackBuild +++ b/system/timeshift/timeshift.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for timeshift -# Copyright 2022 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=timeshift -VERSION=${VERSION:-22.11.1} +VERSION=${VERSION:-22.11.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |