system/borgbackup: Updated for version 1.0.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrzej Telszewski 2017-01-11 16:33:20 +07:00 committed by Willy Sudiarto Raharjo
parent 08a08edf55
commit a54599bad8
3 changed files with 14 additions and 12 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"