diff options
author | Ebben Aries <earies@dscp.org> | 2024-07-30 07:16:20 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-30 23:37:28 +0700 |
commit | b40407cbc64b384e5d9101f58c71d6386e44fa05 (patch) | |
tree | d68ee2c6015d68b5d79c8f34d7b6a11b82a520f5 /system | |
parent | b7c5840a423d1c9dd6bd54c0fb7d2e79ae7a31f4 (diff) |
system/restic: Updated for version 0.17.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 89d49a19137ba..fadf210ce27a9 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.16.5} +VERSION=${VERSION:-0.17.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index 2fbdfffd21f0f..d081ae4ce7f4d 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.16.5" +VERSION="0.17.0" HOMEPAGE="https://restic.net/" -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" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |