diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2024-01-18 07:47:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-18 09:29:58 +0700 |
commit | 03d8ee780b22b2b4ac6622d64500e4e154327e9b (patch) | |
tree | eba3675318282f94fe8e77b21888269858b47c4f /system | |
parent | b9f97658c0058ddef92c7aab6adbc9d157e60901 (diff) |
system/timeshift: Updated for version 24.01.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/timeshift/timeshift.SlackBuild | 4 | ||||
-rw-r--r-- | system/timeshift/timeshift.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/timeshift/timeshift.SlackBuild b/system/timeshift/timeshift.SlackBuild index b7f0464ebc89..1ec214e7e925 100644 --- a/system/timeshift/timeshift.SlackBuild +++ b/system/timeshift/timeshift.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for timeshift -# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal +# Copyright 2024 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:-23.07.1} +VERSION=${VERSION:-24.01.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/timeshift/timeshift.info b/system/timeshift/timeshift.info index 8d4ed4a28573..d3be96c06732 100644 --- a/system/timeshift/timeshift.info +++ b/system/timeshift/timeshift.info @@ -1,8 +1,8 @@ PRGNAM="timeshift" -VERSION="23.07.1" +VERSION="24.01.1" HOMEPAGE="https://github.com/linuxmint/timeshift" -DOWNLOAD="https://github.com/linuxmint/timeshift/archive/23.07.1/timeshift-23.07.1.tar.gz" -MD5SUM="da4a044deb88d4689eadc1e448bc9280" +DOWNLOAD="https://github.com/linuxmint/timeshift/archive/24.01.1/timeshift-24.01.1.tar.gz" +MD5SUM="4ecf72bd3cc1f41bc6775ad34a185397" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gksu" |