diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-02-18 12:16:53 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-24 06:55:42 +0700 |
commit | 99ae36bb001d5546a4c2f891d18fbce6d397b987 (patch) | |
tree | 68ac8df8f46ee9e0d1132776630c907561b9fe1e /python/mistune | |
parent | f5009f9bd6227d653aa45c52b44d5eb11e8a8dc1 (diff) | |
download | slackbuilds-99ae36bb001d5546a4c2f891d18fbce6d397b987.tar.gz |
python/mistune: Updated for version 0.8.3.
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 17cb933bf2..1fed3fff16 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.8.1} +VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/mistune/mistune.info b/python/mistune/mistune.info index 3de7fc6261..507801865b 100644 --- a/python/mistune/mistune.info +++ b/python/mistune/mistune.info @@ -1,8 +1,8 @@ PRGNAM="mistune" -VERSION="0.8.1" +VERSION="0.8.3" HOMEPAGE="https://github.com/lepture/mistune" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.8.1.tar.gz" -MD5SUM="0fba2b3858a529fc6df675dc7d534bf4" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/mistune/mistune-0.8.3.tar.gz" +MD5SUM="a5e4043e93fb8f9082e27f29eeb5e054" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |