diff options
author | Ebben Aries <earies@dscp.org> | 2023-02-05 09:44:48 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-11 09:30:26 +0700 |
commit | 5ebddd050fe48f78ba748dcf7a9d63af97f13f6b (patch) | |
tree | 4bf1c821d2d840e9f49461169ae8aa4201e40c69 /system | |
parent | 58d475fbd94a3728d7ecb8ec7afcf2ddb02087fb (diff) |
system/restic: Updated for version 0.15.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 3262bd348b2e..a0c58c23d55c 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.0} +VERSION=${VERSION:-0.15.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index e372e7a987ec..4cc7a37f6d9e 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.15.0" +VERSION="0.15.1" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.15.0/restic_0.15.0_linux_386.bz2" -MD5SUM="bd8b5ebe9a1d5de313c8abae545d1f40" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.15.0/restic_0.15.0_linux_amd64.bz2" -MD5SUM_x86_64="f926928e49962f19defaff9513a565fa" +DOWNLOAD="https://github.com/restic/restic/releases/download/v0.15.1/restic_0.15.1_linux_386.bz2" +MD5SUM="ba48429d944026c87ae00bd8d346712a" +DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.15.1/restic_0.15.1_linux_amd64.bz2" +MD5SUM_x86_64="92103d24a2c29756e5e21186361693eb" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |