summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2017-01-11 16:33:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-11 16:33:20 +0700
commita54599bad8ef53406ff19b5324015de086dbd3e2 (patch)
tree12f8b8f85d7b5d6d8e11083d8856606b0a4aa214 /system
parent08a08edf554b1d0afc999417637be74f6952130c (diff)
downloadslackbuilds-a54599bad8ef53406ff19b5324015de086dbd3e2.tar.gz
slackbuilds-a54599bad8ef53406ff19b5324015de086dbd3e2.tar.xz
system/borgbackup: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/borgbackup/README16
-rw-r--r--system/borgbackup/borgbackup.SlackBuild2
-rw-r--r--system/borgbackup/borgbackup.info8
3 files changed, 14 insertions, 12 deletions
diff --git a/system/borgbackup/README b/system/borgbackup/README
index 1f5f145647..4c7978f37a 100644
--- a/system/borgbackup/README
+++ b/system/borgbackup/README
@@ -1,10 +1,11 @@
BorgBackup (short: Borg) is a deduplicating backup program.
Optionally, it supports compression and authenticated encryption.
-The main goal of Borg is to provide an efficient and secure way to backup data.
-The data deduplication technique used makes Borg suitable for daily backups
-since only changes are stored. The authenticated encryption technique makes it
-suitable for backups to not fully trusted targets.
+The main goal of Borg is to provide an efficient and secure way to
+backup data. The data deduplication technique used makes Borg suitable
+for daily backups since only changes are stored. The authenticated
+encryption technique makes it suitable for backups to not fully trusted
+targets.
Borg is a fork of Attic and is maintained by "The Borg collective".
@@ -12,6 +13,7 @@ Optional dependencies:
- llfuse (https://slackbuilds.org/apps/llfuse/) is required,
if you wish to mount an archive as a FUSE filesystem,
- Sphinx (https://slackbuilds.org/apps/Sphinx/) and
- sphinx_rtd_theme (https://slackbuilds.org/apps/sphinx_rtd_theme/) are
- required if you wish to build the docs (man, html). Please note that the
- build will fail if Sphinx is installed, but sphinx_rtd_theme is not.
+ sphinx_rtd_theme (https://slackbuilds.org/apps/sphinx_rtd_theme/)
+ are required if you wish to build the docs (man, html).
+ Please note that the build will fail if Sphinx is installed,
+ but sphinx_rtd_theme is not.
diff --git a/system/borgbackup/borgbackup.SlackBuild b/system/borgbackup/borgbackup.SlackBuild
index 26fbee7d30..8c55281ffd 100644
--- a/system/borgbackup/borgbackup.SlackBuild
+++ b/system/borgbackup/borgbackup.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=borgbackup
-VERSION=${VERSION:-1.0.7}
+VERSION=${VERSION:-1.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/borgbackup/borgbackup.info b/system/borgbackup/borgbackup.info
index f543efd878..5d438fb5e8 100644
--- a/system/borgbackup/borgbackup.info
+++ b/system/borgbackup/borgbackup.info
@@ -1,10 +1,10 @@
PRGNAM="borgbackup"
-VERSION="1.0.7"
+VERSION="1.0.9"
HOMEPAGE="https://borgbackup.readthedocs.io/"
-DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.0.7/borgbackup-1.0.7.tar.gz"
-MD5SUM="cc22d61188e82824eed9fa70f1fd1d3e"
+DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.0.9/borgbackup-1.0.9.tar.gz"
+MD5SUM="82d660768434af0311f48cb489f59b67"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3 lz4 msgpack-python"
+REQUIRES="python3 setuptools-scm msgpack-python lz4"
MAINTAINER="Andrzej Telszewski"
EMAIL="atelszewski@gmail.com"