system/timeshift: Updated for version 24.06.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
002e5e6f90
commit
85914c23e5
|
@ -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:
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue