diff options
author | Antonio Leal <antonio.leal@yahoo.com> | 2024-07-27 14:08:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-28 07:18:30 +0700 |
commit | 85914c23e54b5144aca226d348a347831932f757 (patch) | |
tree | e946359b55c3b039e3f9b0c942d78e07d1827b8c /system/timeshift | |
parent | 002e5e6f90ef16ff9565d9c6801da165885b14e5 (diff) |
system/timeshift: Updated for version 24.06.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/timeshift')
-rw-r--r-- | system/timeshift/slack-desc | 2 | ||||
-rw-r--r-- | system/timeshift/timeshift.SlackBuild | 4 | ||||
-rw-r--r-- | system/timeshift/timeshift.info | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/timeshift/slack-desc b/system/timeshift/slack-desc index e734d874d429..70756da20b79 100644 --- a/system/timeshift/slack-desc +++ b/system/timeshift/slack-desc @@ -14,6 +14,6 @@ timeshift: tool in Mac OS. Timeshift protects your system by taking incremental timeshift: snapshots of the file system at regular intervals. These snapshots timeshift: can be restored at a later date to undo all changes to the system. timeshift: -timeshift: +timeshift: Homepage https://github.com/linuxmint/timeshift timeshift: timeshift: diff --git a/system/timeshift/timeshift.SlackBuild b/system/timeshift/timeshift.SlackBuild index 1ec214e7e925..5219231a1557 100644 --- a/system/timeshift/timeshift.SlackBuild +++ b/system/timeshift/timeshift.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=timeshift -VERSION=${VERSION:-24.01.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-24.06.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/timeshift/timeshift.info b/system/timeshift/timeshift.info index d3be96c06732..77b9e181b134 100644 --- a/system/timeshift/timeshift.info +++ b/system/timeshift/timeshift.info @@ -1,8 +1,8 @@ PRGNAM="timeshift" -VERSION="24.01.1" +VERSION="24.06.3" HOMEPAGE="https://github.com/linuxmint/timeshift" -DOWNLOAD="https://github.com/linuxmint/timeshift/archive/24.01.1/timeshift-24.01.1.tar.gz" -MD5SUM="4ecf72bd3cc1f41bc6775ad34a185397" +DOWNLOAD="https://github.com/linuxmint/timeshift/archive/24.06.3/timeshift-24.06.3.tar.gz" +MD5SUM="264434637d9d99927182067f8864e45d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gksu" |