diff options
-rw-r--r-- | python/foolscap/foolscap.SlackBuild | 4 | ||||
-rw-r--r-- | python/foolscap/foolscap.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/foolscap/foolscap.SlackBuild b/python/foolscap/foolscap.SlackBuild index 4e776ddd70..0bb759b1e2 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-2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2012-2015 Markus Reichelt, Stolberg (Rhld.), 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.7.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/foolscap/foolscap.info b/python/foolscap/foolscap.info index b9e40e51fc..c3230c736a 100644 --- a/python/foolscap/foolscap.info +++ b/python/foolscap/foolscap.info @@ -1,8 +1,8 @@ PRGNAM="foolscap" -VERSION="0.7.0" +VERSION="0.8.0" HOMEPAGE="http://foolscap.lothar.com/trac" -DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.7.0.tar.gz" -MD5SUM="7f2da939a4d5be54737852b26868eb8c" +DOWNLOAD="http://foolscap.lothar.com/releases/foolscap-0.8.0.tar.gz" +MD5SUM="1b623c9c4f2df4570512adcc0b0ccd05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-twisted" |