diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2020-12-11 20:01:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-12 07:09:21 +0700 |
commit | 928dedf99ed5cd20e6f38bee84a22473b62811bd (patch) | |
tree | f3418bea3a5a3bdc4297cc9b0220f2eb2ad30ca8 /system/btrbk | |
parent | 9db551e4a505b719249014f0acb1cc79edffcd9d (diff) |
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>
Diffstat (limited to 'system/btrbk')
-rw-r--r-- | system/btrbk/README | 4 | ||||
-rw-r--r-- | system/btrbk/btrbk.SlackBuild | 2 | ||||
-rw-r--r-- | system/btrbk/btrbk.info | 8 |
3 files changed, 7 insertions, 7 deletions
diff --git a/system/btrbk/README b/system/btrbk/README index 76bff1ea52e5..6e1e0c08353c 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 456319f52e8d..f12efd4c6aa2 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 207a68cbcc20..578b1c362b80 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)" |