summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ebben Aries2022-08-26 19:12:21 +0200
committer Andrew Clemons2022-08-27 01:18:40 +0200
commit245df716edae3751dcffc66ed4d3d273ec54e16b (patch)
treefe5ebdae6983694ff536f89d78915a8b19943f31 /system
parent7f41c0070a3d838f7cef64db497c9da70fba8a5f (diff)
downloadslackbuilds-245df716edae3751dcffc66ed4d3d273ec54e16b.tar.gz
system/restic: Updated for version 0.14.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system')
-rw-r--r--system/restic/restic.SlackBuild4
-rw-r--r--system/restic/restic.info10
2 files changed, 7 insertions, 7 deletions
diff --git a/system/restic/restic.SlackBuild b/system/restic/restic.SlackBuild
index 26bb78ef1e..09b22811f3 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 aafdbab3ab..ef1cf76d66 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"