mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/jmespath: Updated for version 0.9.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4694437588
commit
c2384e09c9
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=jmespath
|
||||
VERSION=${VERSION:-0.8.0}
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jmespath"
|
||||
VERSION="0.8.0"
|
||||
VERSION="0.9.0"
|
||||
HOMEPAGE="https://github.com/boto/jmespath"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.8.0.tar.gz"
|
||||
MD5SUM="bfd2b7112c6b0b11d06bd235c593f838"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/j/jmespath/jmespath-0.9.0.tar.gz"
|
||||
MD5SUM="471b7d19bd153ac11a21d4fb7466800c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue