diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2017-07-02 23:15:59 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-08 07:11:22 +0700 |
commit | 2d08977e27a09b9973e6f9556abbf7f5d211d82c (patch) | |
tree | a5d5308efcbd0ccabfb8a6dc62d40b25002589b6 /python/mistune | |
parent | afa6b1ddf0c61e0d9774fb72bad0a05052d8b70d (diff) | |
download | slackbuilds-2d08977e27a09b9973e6f9556abbf7f5d211d82c.tar.gz |
python/mistune: Updated for version 0.7.4.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python/mistune')
-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 d27b113eed..13410932d3 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.3} +VERSION=${VERSION:-0.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/mistune/mistune.info b/python/mistune/mistune.info index 46cd7a8aea..7d7c7962f4 100644 --- a/python/mistune/mistune.info +++ b/python/mistune/mistune.info @@ -1,8 +1,8 @@ PRGNAM="mistune" -VERSION="0.7.3" +VERSION="0.7.4" HOMEPAGE="https://github.com/lepture/mistune" -DOWNLOAD="https://pypi.python.org/packages/88/1e/be99791262b3a794332fda598a07c2749a433b9378586361ba9d8e824607/mistune-0.7.3.tar.gz" -MD5SUM="4eba50bd121b83716fa4be6a4049004b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.7.4.tar.gz" +MD5SUM="92d01cb717e9e74429e9bde9d29ac43b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |