diff options
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" |