mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/timeshift: Updated for version 22.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
78cfb83bc8
commit
696cdca658
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for timeshift
|
||||
|
||||
# Copyright 2022 Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 2023 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:-22.11.1}
|
||||
VERSION=${VERSION:-22.11.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="timeshift"
|
||||
VERSION="22.11.1"
|
||||
VERSION="22.11.2"
|
||||
HOMEPAGE="https://github.com/linuxmint/timeshift"
|
||||
DOWNLOAD="https://github.com/linuxmint/timeshift/archive/22.11.1/timeshift-22.11.1.tar.gz"
|
||||
MD5SUM="a76834ffec008656056dabcc634420e5"
|
||||
DOWNLOAD="https://github.com/linuxmint/timeshift/archive/22.11.2/timeshift-22.11.2.tar.gz"
|
||||
MD5SUM="45f18d45893fcb0cefd22b5b067dbc89"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue