summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ebben Aries2022-04-11 15:55:41 +0200
committer Willy Sudiarto Raharjo2022-04-16 07:12:48 +0200
commitf8bddc257605072ed8927acfc0a573de2ef7d2af (patch)
treec79b05ed658274813ad68da5e27074c8c01b7c2d
parentae290746a042ce27480fd19be799dfd7d652edaf (diff)
downloadslackbuilds-f8bddc257605072ed8927acfc0a573de2ef7d2af.tar.gz
system/restic: Updated for version 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/restic/restic.SlackBuild2
-rw-r--r--system/restic/restic.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild
index 6b60217f1a..26bb78ef1e 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.13.0}
+VERSION=${VERSION:-0.13.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/restic/restic.info b/system/restic/restic.info
index bc3130a67e..aafdbab3ab 100644
--- a/system/restic/restic.info
+++ b/system/restic/restic.info
@@ -1,10 +1,10 @@
PRGNAM="restic"
-VERSION="0.13.0"
+VERSION="0.13.1"
HOMEPAGE="https://restic.net/"
-DOWNLOAD="https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_linux_386.bz2"
-MD5SUM="6f1b628def43626e7a6ae6f150836cef"
-DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.13.0/restic_0.13.0_linux_amd64.bz2"
-MD5SUM_x86_64="a36a48656970b44015226f16d52eb92e"
+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"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"