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