summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alan Aversa2020-12-11 21:01:00 +0100
committer Willy Sudiarto Raharjo2020-12-12 01:09:21 +0100
commit928dedf99ed5cd20e6f38bee84a22473b62811bd (patch)
treef3418bea3a5a3bdc4297cc9b0220f2eb2ad30ca8
parent9db551e4a505b719249014f0acb1cc79edffcd9d (diff)
downloadslackbuilds-928dedf99ed5cd20e6f38bee84a22473b62811bd.tar.gz
system/btrbk: Updated for version 0.30.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/btrbk/README4
-rw-r--r--system/btrbk/btrbk.SlackBuild2
-rw-r--r--system/btrbk/btrbk.info8
3 files changed, 7 insertions, 7 deletions
diff --git a/system/btrbk/README b/system/btrbk/README
index 76bff1ea52..6e1e0c0835 100644
--- a/system/btrbk/README
+++ b/system/btrbk/README
@@ -24,5 +24,5 @@ Key Features:
* Display file changes between two backups
btrbk is designed to run as a cron job for triggering periodic snapshots
-and backups, as well as from the command line (e.g. for instantly creating
-additional snapshots).
+and backups, as well as from the command line (e.g. for instantly
+creating additional snapshots).
diff --git a/system/btrbk/btrbk.SlackBuild b/system/btrbk/btrbk.SlackBuild
index 456319f52e..f12efd4c6a 100644
--- a/system/btrbk/btrbk.SlackBuild
+++ b/system/btrbk/btrbk.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=btrbk
-VERSION=${VERSION:-0.29.1}
+VERSION=${VERSION:-0.30.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/btrbk/btrbk.info b/system/btrbk/btrbk.info
index 207a68cbcc..578b1c362b 100644
--- a/system/btrbk/btrbk.info
+++ b/system/btrbk/btrbk.info
@@ -1,10 +1,10 @@
PRGNAM="btrbk"
-VERSION="0.29.1"
+VERSION="0.30.0"
HOMEPAGE="https://digint.ch/btrbk/"
-DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.29.1.tar.xz"
-MD5SUM="624fb6c9d1e0d3d31f430ebdd3ce3f0f"
+DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.30.0.tar.xz"
+MD5SUM="b9c55a120c5c9842b963091608c810c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="rubygem-asciidoctor"
MAINTAINER="Alan Aversa"
EMAIL="alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)"