summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ebben Aries2021-08-09 19:33:03 +0200
committer Willy Sudiarto Raharjo2021-08-14 16:15:52 +0200
commit3c5899687089244e9976a01d7f85639b7540a398 (patch)
treedbc30743d2e6f839d5802365b39ee9051b9bcc01
parent3c9dcc2090b4ebd9d526fbb1a3141cee307ad35c (diff)
downloadslackbuilds-3c5899687089244e9976a01d7f85639b7540a398.tar.gz
system/restic: Updated for version 0.12.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 f35278e355..875489f209 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.12.0}
+VERSION=${VERSION:-0.12.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/restic/restic.info b/system/restic/restic.info
index 2a720df865..60099ad452 100644
--- a/system/restic/restic.info
+++ b/system/restic/restic.info
@@ -1,10 +1,10 @@
PRGNAM="restic"
-VERSION="0.12.0"
+VERSION="0.12.1"
HOMEPAGE="https://restic.net/"
-DOWNLOAD="https://github.com/restic/restic/releases/download/v0.12.0/restic_0.12.0_linux_386.bz2"
-MD5SUM="ff4c35d9f4dbddf248e03b1994d7e27c"
-DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.12.0/restic_0.12.0_linux_amd64.bz2"
-MD5SUM_x86_64="ed501c292a7b6dac355cc8f867699bc2"
+DOWNLOAD="https://github.com/restic/restic/releases/download/v0.12.1/restic_0.12.1_linux_386.bz2"
+MD5SUM="5c68f47240dab671aa0b771ff19d24ae"
+DOWNLOAD_x86_64="https://github.com/restic/restic/releases/download/v0.12.1/restic_0.12.1_linux_amd64.bz2"
+MD5SUM_x86_64="332d8da1d677f67a908496c65acd61c0"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"