mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/restic: Updated for version 0.16.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f40d433bfc
commit
f0b3d252d9
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=restic
|
||||
VERSION=${VERSION:-0.16.4}
|
||||
VERSION=${VERSION:-0.16.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="restic"
|
||||
VERSION="0.16.4"
|
||||
VERSION="0.16.5"
|
||||
HOMEPAGE="https://restic.net/"
|
||||
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_386.bz2"
|
||||
MD5SUM="e34bd1e2f68d17581ff15d51c8c5815b"
|
||||
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.4/restic_0.16.4_linux_amd64.bz2"
|
||||
MD5SUM_x86_64="692682f4bd62353d36a9d450d0b76138"
|
||||
DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.5/restic_0.16.5_linux_386.bz2"
|
||||
MD5SUM="63b33e0ea2c7a56734b397ac1591f1e5"
|
||||
DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.5/restic_0.16.5_linux_amd64.bz2"
|
||||
MD5SUM_x86_64="8c5f67bded55e04b86eb3aae13df6119"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue