diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-16 17:21:51 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:59 +0700 |
commit | 36f63eaa5b32f6b3f90c64d58c7c788a9f830784 (patch) | |
tree | ae913cc8a9f04b019e34fd5b86a538a47d998480 /python | |
parent | 89f5a85276372dd2c496ad502b9b23420988d29e (diff) | |
download | slackbuilds-36f63eaa5b32f6b3f90c64d58c7c788a9f830784.tar.gz |
python/munch: Updated for version 2.5.0.
Diffstat (limited to 'python')
-rw-r--r-- | python/munch/munch.SlackBuild | 4 | ||||
-rw-r--r-- | python/munch/munch.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/munch/munch.SlackBuild b/python/munch/munch.SlackBuild index 851ff3c112..4d20d275fe 100644 --- a/python/munch/munch.SlackBuild +++ b/python/munch/munch.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for munch -# Copyright 2016-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2016-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=munch -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/munch/munch.info b/python/munch/munch.info index 7fa3fa508d..ac7bf5b36f 100644 --- a/python/munch/munch.info +++ b/python/munch/munch.info @@ -1,8 +1,8 @@ PRGNAM="munch" -VERSION="2.3.2" +VERSION="2.5.0" HOMEPAGE="https://github.com/Infinidat/munch" -DOWNLOAD="https://github.com/Infinidat/munch/archive/2.3.2/munch-2.3.2.tar.gz" -MD5SUM="23780cd524c19588c25dad3d338f957e" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/munch/munch-2.5.0.tar.gz" +MD5SUM="ed84c3718416c8d4d03d0a6ef46e8e0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |