diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2017-03-08 20:01:32 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-08 20:01:32 +0000 |
commit | cd9e62d67a853d3d7a12c4391b6aad3205e65f71 (patch) | |
tree | 8d84fb2cb82aa3a9ccbeec243ca1385cb1ef05b2 | |
parent | 7f25b157a5fe09164d5d8a91f07293b93a159631 (diff) | |
download | slackbuilds-cd9e62d67a853d3d7a12c4391b6aad3205e65f71.tar.gz |
python/foolscap: Updated for version 0.12.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | python/foolscap/foolscap.SlackBuild | 4 | ||||
-rw-r--r-- | python/foolscap/foolscap.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/foolscap/foolscap.SlackBuild b/python/foolscap/foolscap.SlackBuild index 106a0f25fa..81c86b82c6 100644 --- a/python/foolscap/foolscap.SlackBuild +++ b/python/foolscap/foolscap.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for foolscap # Copyright 2010-2011 Marco Bonetti <sid77@slackware.it> -# Copyright 2012-2016 Markus Reichelt, Aachen, DE +# Copyright 2012-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ # Now maintained by Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=foolscap -VERSION=${VERSION:-0.12.5} +VERSION=${VERSION:-0.12.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/foolscap/foolscap.info b/python/foolscap/foolscap.info index b102dae023..9a1604b337 100644 --- a/python/foolscap/foolscap.info +++ b/python/foolscap/foolscap.info @@ -1,10 +1,10 @@ PRGNAM="foolscap" -VERSION="0.12.5" +VERSION="0.12.6" HOMEPAGE="http://foolscap.lothar.com/trac" -DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.12.5.tar.gz" -MD5SUM="2e4c0b6034ceb436469295958b16e6aa" +DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.12.6.tar.gz" +MD5SUM="18991026c5ed8531858c90e8bfa6017f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pyOpenSSL txtorcon txi2p" +REQUIRES="python-twisted pyOpenSSL txtorcon txi2p" MAINTAINER="Markus Reichelt" EMAIL="slackbuilds@mareichelt.de" |