diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-10-28 22:11:43 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:34:18 +0700 |
commit | 3730e84cfc6fbc0a7693d3030b52ed38a0572a6c (patch) | |
tree | 9766e453ae7864ab8f0355d48438164fbfa23732 /python | |
parent | a44b07a520f7bc6a5bf9e74a384a5285b20a70d1 (diff) | |
download | slackbuilds-3730e84cfc6fbc0a7693d3030b52ed38a0572a6c.tar.gz |
python/mistune: Updated for version 0.8.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r-- | python/mistune/mistune.SlackBuild | 2 | ||||
-rw-r--r-- | python/mistune/mistune.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/mistune/mistune.SlackBuild b/python/mistune/mistune.SlackBuild index 13410932d3..9f0225d9c8 100644 --- a/python/mistune/mistune.SlackBuild +++ b/python/mistune/mistune.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mistune -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/mistune/mistune.info b/python/mistune/mistune.info index 7d7c7962f4..2c18a7176f 100644 --- a/python/mistune/mistune.info +++ b/python/mistune/mistune.info @@ -1,8 +1,8 @@ PRGNAM="mistune" -VERSION="0.7.4" +VERSION="0.8" HOMEPAGE="https://github.com/lepture/mistune" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.7.4.tar.gz" -MD5SUM="92d01cb717e9e74429e9bde9d29ac43b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.8.tar.gz" +MD5SUM="8bd955fe74ce37af54b16c0d9b89a2ef" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |