diff options
author | Ebben Aries <earies@dscp.org> | 2023-08-05 11:03:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:45 +0700 |
commit | 3019128d57e2e3873c74783e6b0d7f87ce2b5d9c (patch) | |
tree | e6f4ded0e098e09e17162a47946d0156e73b9cfd /system/restic | |
parent | 11fc1760f5969ebf1b163bdd552e27c83bf9420d (diff) |
system/restic: Updated for version 0.16.0
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/restic')
-rw-r--r-- | system/restic/restic.SlackBuild | 2 | ||||
-rw-r--r-- | system/restic/restic.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild index 985852ef50feb..53dc2fdc6faae 100644 --- a/system/restic/restic.SlackBuild +++ b/system/restic/restic.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=restic -VERSION=${VERSION:-0.15.2} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index 49cdb19714c9a..ff6c3a87e160d 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.15.2" +VERSION="0.16.0" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.15.2/restic_0.15.2_linux_386.bz2" -MD5SUM="a4d8563a514f003b3f9fa588578395c4" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.15.2/restic_0.15.2_linux_amd64.bz2" -MD5SUM_x86_64="cb919a63d4f151a7ab37df352c2704d1" +DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_386.bz2" +MD5SUM="b4435e02ceb6ef9c091c414a0b712c8c" +DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_amd64.bz2" +MD5SUM_x86_64="3f947a58cb45bf7ae49b3d4381d7e547" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |