diff options
Diffstat (limited to 'system/timeshift')
-rw-r--r-- | system/timeshift/timeshift.SlackBuild | 4 | ||||
-rw-r--r-- | system/timeshift/timeshift.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/timeshift/timeshift.SlackBuild b/system/timeshift/timeshift.SlackBuild index 44f4a91ffbb3d..1e134ff6aa40c 100644 --- a/system/timeshift/timeshift.SlackBuild +++ b/system/timeshift/timeshift.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Slackware build script for notepadqq +# Slackware build script for timeshift # Copyright 2022 Antonio Leal, Porto Salvo, Oeiras, Portugal # All rights reserved. @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=timeshift -VERSION=${VERSION:-22.06.1} +VERSION=${VERSION:-22.06.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/timeshift/timeshift.info b/system/timeshift/timeshift.info index 325eae5a13bbe..17ead53fbbfdc 100644 --- a/system/timeshift/timeshift.info +++ b/system/timeshift/timeshift.info @@ -1,8 +1,8 @@ PRGNAM="timeshift" -VERSION="22.06.1" -HOMEPAGE="https://github.com/teejee2008/timeshift" -DOWNLOAD="https://github.com/teejee2008/timeshift/archive/v22.06.1/timeshift-22.06.1.tar.gz" -MD5SUM="6c1e50946ab89c99e71f66b64f7234dc" +VERSION="22.06.5" +HOMEPAGE="https://github.com/linuxmint/timeshift" +DOWNLOAD="https://github.com/linuxmint/timeshift/archive/22.06.5/timeshift-22.06.5.tar.gz" +MD5SUM="3c5cc996481d9113fbc70accef3fe3f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |