system/borgbackup: Updated for version 1.0.10.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Andrzej Telszewski 2017-03-26 22:40:10 +01:00 committed by Willy Sudiarto Raharjo
parent 53a383fcd5
commit 4dda6fba09
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for borgbackup # Slackware build script for borgbackup
# Copyright 2016 Andrzej Telszewski, Banie # Copyright 2017 Andrzej Telszewski, Banie
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=borgbackup PRGNAM=borgbackup
VERSION=${VERSION:-1.0.9} VERSION=${VERSION:-1.0.10}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="borgbackup" PRGNAM="borgbackup"
VERSION="1.0.9" VERSION="1.0.10"
HOMEPAGE="https://borgbackup.readthedocs.io/" HOMEPAGE="https://borgbackup.readthedocs.io/"
DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.0.9/borgbackup-1.0.9.tar.gz" DOWNLOAD="https://github.com/borgbackup/borg/releases/download/1.0.10/borgbackup-1.0.10.tar.gz"
MD5SUM="82d660768434af0311f48cb489f59b67" MD5SUM="210cebe28da0cdce23a49a4f2102d9be"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="python3 setuptools-scm msgpack-python lz4" REQUIRES="python3 setuptools-scm msgpack-python lz4"