diff options
author | Ebben Aries <earies@dscp.org> | 2024-02-06 08:39:54 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 10:28:03 +0700 |
commit | 8ca182f63df542236d4217af88a75e72dbb361fc (patch) | |
tree | 01323fe986b6d2c05314d2c026473e4b834a2244 /system/restic | |
parent | 08ea5f919a6cebed379ddc35f76c5abf5a7a827c (diff) |
system/restic: Updated for version 0.16.4
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 2e38840619d48..ed900103dad4a 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.3} +VERSION=${VERSION:-0.16.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index d244a454d7c26..b06fa05034fd5 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.16.3" +VERSION="0.16.4" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_386.bz2" -MD5SUM="a305e6092875f9dcc4cd58463f00a666" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.3/restic_0.16.3_linux_amd64.bz2" -MD5SUM_x86_64="f67ea73096f6af7fdea8e0f108c0aecf" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |