diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-03-08 20:07:59 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-08 20:07:59 +0000 |
commit | 37bca2aa38ab1a3395fcddde6a6d64fa9520d977 (patch) | |
tree | 0781ca86802f88d8350d4c0b340eedb16f6ee907 /network | |
parent | cd9e62d67a853d3d7a12c4391b6aad3205e65f71 (diff) | |
download | slackbuilds-37bca2aa38ab1a3395fcddde6a6d64fa9520d977.tar.gz |
network/tahoe-lafs: Updated for version 1.12.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/tahoe-lafs/tahoe-lafs.SlackBuild | 4 | ||||
-rw-r--r-- | network/tahoe-lafs/tahoe-lafs.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/tahoe-lafs/tahoe-lafs.SlackBuild b/network/tahoe-lafs/tahoe-lafs.SlackBuild index 1dbce84a09..96abf4ec72 100644 --- a/network/tahoe-lafs/tahoe-lafs.SlackBuild +++ b/network/tahoe-lafs/tahoe-lafs.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for tahoe-lafs # Copyright 2009 Marco Bonetti <sid77@slackware.it> -# Copyright 2011-2016 Markus Reichelt, Aachen, DE +# Copyright 2011-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tahoe-lafs -VERSION=${VERSION:-1.12.0} +VERSION=${VERSION:-1.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/tahoe-lafs/tahoe-lafs.info b/network/tahoe-lafs/tahoe-lafs.info index a96ea2e38b..c6c3e9ed92 100644 --- a/network/tahoe-lafs/tahoe-lafs.info +++ b/network/tahoe-lafs/tahoe-lafs.info @@ -1,10 +1,10 @@ PRGNAM="tahoe-lafs" -VERSION="1.12.0" +VERSION="1.12.1" HOMEPAGE="https://tahoe-lafs.org/" -DOWNLOAD="https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.0.tar.bz2" -MD5SUM="2aca0dadb8b99b71baf7118c9f6e2197" +DOWNLOAD="https://tahoe-lafs.org/downloads/tahoe-lafs-1.12.1.tar.bz2" +MD5SUM="617d9f33705570ae79795835dff8ff0d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="shutilwhich txtorcon txi2p simplejson pycrypto pycryptopp zfec service_identity foolscap Nevow" +REQUIRES="txtorcon txi2p simplejson pycrypto pycryptopp zfec service_identity foolscap Nevow" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |