diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-12 08:29:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:59:33 +0700 |
commit | 12417306cf13816bd3f3625231f409af4905d331 (patch) | |
tree | 3106626c2d026ac1102d7e45bc6586d4b3fd0a4a /python/jmespath/jmespath.SlackBuild | |
parent | aef63afe49d64c88d3bede09433788012811b02a (diff) | |
download | slackbuilds-12417306cf13816bd3f3625231f409af4905d331.tar.gz |
python/jmespath: Updated for version 0.9.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/jmespath/jmespath.SlackBuild')
-rw-r--r-- | python/jmespath/jmespath.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/jmespath/jmespath.SlackBuild b/python/jmespath/jmespath.SlackBuild index 5e6aa1d1b8..f3c0a89859 100644 --- a/python/jmespath/jmespath.SlackBuild +++ b/python/jmespath/jmespath.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jmespath -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # 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=jmespath -VERSION=${VERSION:-0.9.0} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |