diff options
author | Ebben Aries <earies@dscp.org> | 2023-10-29 13:50:49 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-04 16:39:14 +0700 |
commit | 34700af1eb14a9260a2be1bf084df062a8df56bd (patch) | |
tree | 8b0b63c1153bb6f23a14873f14cb1286c1099e0f /system | |
parent | de82e52de84156ff779bdccae91fe21ce86ff3be (diff) |
system/restic: Updated for version 0.16.2
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 53dc2fdc6faa..35504688a978 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.0} +VERSION=${VERSION:-0.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index ff6c3a87e160..434ae6c5a796 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.16.0" +VERSION="0.16.2" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_386.bz2" -MD5SUM="b4435e02ceb6ef9c091c414a0b712c8c" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.0/restic_0.16.0_linux_amd64.bz2" -MD5SUM_x86_64="3f947a58cb45bf7ae49b3d4381d7e547" +DOWNLOAD="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_386.bz2" +MD5SUM="a5425e278aeba95af3ebf2035882306b" +DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.16.2/restic_0.16.2_linux_amd64.bz2" +MD5SUM_x86_64="8c93f88244f38df2b99486a957ba2a79" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |