system/tarsnap: Updated for version 1.0.37 + new maintainer.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
Andrew Stevens 2016-06-06 14:40:22 +01:00 committed by Willy Sudiarto Raharjo
parent 0f6e7fd029
commit 78506f44ef
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 19 additions and 15 deletions

View file

@ -1,7 +1,8 @@
Encrypted Snapshotted Remote Backup Service
Tarsnap: Online backups for the truly paranoid
Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
is an online encrypted snapshotted backup service.
Colin Percival's program 'tarsnap' to be used as a part of Tarsnap. Tarsnap
is an online snapshotted backup service featuring client-side encryption
and deduplication.
Please note that this is only the client. In order to use tarsnap, one must
subscribe to the Tarsnap service - see their website for details.
Please note that this is only the client. In order to use tarsnap you must
subscribe to the service. Please visit https://tarsnap.com for further details.

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
tarsnap: tarsnap (Encrypted Snapshotted Remote Backup Service)
tarsnap: tarsnap (Client-Side Encrypted Snapshotted Remote Backup Service)
tarsnap:
tarsnap: Colin Percival's program 'tarsnap' to be used as a part of Tarsnap.
tarsnap: Tarsnap is an online encrypted snapshotted backup service.
tarsnap: Tarsnap is an online snapshotted backup service featuring client-side
tarsnap: encryption and deduplication.
tarsnap:
tarsnap: http://www.tarsnap.com
tarsnap:
tarsnap:
tarsnap:
tarsnap:
tarsnap:

View file

@ -22,7 +22,7 @@
PRGNAM=tarsnap
VERSION=${VERSION:-1.0.35}
VERSION=${VERSION:-1.0.37}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -43,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
# feeding same to the configure script, but the tarsnap configure script
# figures out the architecture itself.
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -87,6 +87,9 @@ ARCH=$(grep build_cpu Makefile | cut -d= -f 2 | sed s/^\ //)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="tarsnap"
VERSION="1.0.35"
VERSION="1.0.37"
HOMEPAGE="http://www.tarsnap.com"
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.35.tgz"
MD5SUM="74daeff5479ec6f101a903f4047b526f"
DOWNLOAD="https://www.tarsnap.com/download/tarsnap-autoconf-1.0.37.tgz"
MD5SUM="755492b15a2ab53286182c3ba5f05c94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryan.q@linux.com"
MAINTAINER="Andrew Stevens"
EMAIL="andrew@omniarch.is"