diff options
author | Ebben Aries <earies@dscp.org> | 2024-09-15 08:26:01 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-16 20:09:30 +0700 |
commit | 24d2bbe9d9719f2ce5709942dc03c93266eb2d29 (patch) | |
tree | 25002e9108f108e132496e367c890db01e43d4e4 | |
parent | 3fdfbcf58a231130f7e036b2c6400e307159df4e (diff) |
system/restic: Updated for version 0.17.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 fadf210ce2..84611495bf 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.17.0} +VERSION=${VERSION:-0.17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index d081ae4ce7..f91ede449d 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.17.0" +VERSION="0.17.1" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.17.0/restic_0.17.0_linux_386.bz2" -MD5SUM="6f4436196fffa3c1222bda0ba5c67f09" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.17.0/restic_0.17.0_linux_amd64.bz2" -MD5SUM_x86_64="8f54931a1915b25c98660bd0c0608965" +DOWNLOAD="https://github.com/restic/restic/releases/download/v0.17.1/restic_0.17.1_linux_386.bz2" +MD5SUM="aa34b044cb391c2174a5fee3000d19c4" +DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.17.1/restic_0.17.1_linux_amd64.bz2" +MD5SUM_x86_64="e7d2c888ec4893660460f4db54cbc8b8" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |