diff options
author | Ebben Aries <earies@dscp.org> | 2022-08-26 10:12:21 -0700 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-08-27 08:18:40 +0900 |
commit | 245df716edae3751dcffc66ed4d3d273ec54e16b (patch) | |
tree | fe5ebdae6983694ff536f89d78915a8b19943f31 /system/restic | |
parent | 7f41c0070a3d838f7cef64db497c9da70fba8a5f (diff) |
system/restic: Updated for version 0.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/restic')
-rw-r--r-- | system/restic/restic.SlackBuild | 4 | ||||
-rw-r--r-- | system/restic/restic.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild index 26bb78ef1eeee..09b22811f33d0 100644 --- a/system/restic/restic.SlackBuild +++ b/system/restic/restic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for restic -# Copyright 2020-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2022 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=restic -VERSION=${VERSION:-0.13.1} +VERSION=${VERSION:-0.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/restic/restic.info b/system/restic/restic.info index aafdbab3ab176..ef1cf76d66c6a 100644 --- a/system/restic/restic.info +++ b/system/restic/restic.info @@ -1,10 +1,10 @@ PRGNAM="restic" -VERSION="0.13.1" +VERSION="0.14.0" HOMEPAGE="https://restic.net/" -DOWNLOAD="https://github.com/restic/restic/releases/download/v0.13.1/restic_0.13.1_linux_386.bz2" -MD5SUM="db10f73c92ef13b08cfba1d5e3f7a690" -DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.13.1/restic_0.13.1_linux_amd64.bz2" -MD5SUM_x86_64="ae612f2d5f74a087bd6b6652393d5e72" +DOWNLOAD="https://github.com/restic/restic/releases/download/v0.14.0/restic_0.14.0_linux_386.bz2" +MD5SUM="370d2da8b801ea82d48b83559743f403" +DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.14.0/restic_0.14.0_linux_amd64.bz2" +MD5SUM_x86_64="5fe5576ae83562c3febff3731ca45c7e" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |