diff options
author | Ebben Aries <earies@dscp.org> | 2023-04-27 09:21:09 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:51 +0700 |
commit | b70d1428569449dde12ec7e8317151e49c7cec87 (patch) | |
tree | 58720467a8eaa0d939bc28c6288cf64d2f8c3743 /system/restic | |
parent | 2c871089a6e04e7f225ddec5bc2cbf364cd1c22d (diff) |
system/restic: Updated for version 0.15.2.
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 a0c58c23d55c0..985852ef50feb 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.1} +VERSION=${VERSION:-0.15.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index 4cc7a37f6d9e9..49cdb19714c9a 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.15.1" +VERSION="0.15.2" HOMEPAGE="https://restic.net/" -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" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |