python/munch: Updated for version 2.5.0.

This commit is contained in:
Benjamin Trigona-Harany 2019-11-16 17:21:51 -08:00 committed by Willy Sudiarto Raharjo
parent 89f5a85276
commit 36f63eaa5b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -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"