From a54599bad8ef53406ff19b5324015de086dbd3e2 Mon Sep 17 00:00:00 2001 From: Andrzej Telszewski Date: Wed, 11 Jan 2017 16:33:20 +0700 Subject: system/borgbackup: Updated for version 1.0.9. Signed-off-by: Willy Sudiarto Raharjo --- system/borgbackup/README | 16 +++++++++------- system/borgbackup/borgbackup.SlackBuild | 2 +- system/borgbackup/borgbackup.info | 8 ++++---- 3 files changed, 14 insertions(+), 12 deletions(-) (limited to 'system/borgbackup') 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" -- cgit v1.2.3-65-gdbad