diff options
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 1dbce84a09fa..96abf4ec729e 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 a96ea2e38b30..c6c3e9ed9294 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" |