system/timeshift: Updated for version 24.01.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2024-01-18 07:47:07 +07:00 committed by Willy Sudiarto Raharjo
parent b9f97658c0
commit 03d8ee780b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"