diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-11 07:41:22 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:49:52 +0700 |
commit | 030dd1c0487260b26714db6ce4c8ac7a3e975299 (patch) | |
tree | 51de0db688fca1e7a69597df8de9c0da0829a896 /python/jsonschema/jsonschema.SlackBuild | |
parent | 316f998c56f66abf2bea12e39f160a483fa983ad (diff) |
python/jsonschema: Updated for version 2.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/jsonschema/jsonschema.SlackBuild')
-rw-r--r-- | python/jsonschema/jsonschema.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/jsonschema/jsonschema.SlackBuild b/python/jsonschema/jsonschema.SlackBuild index 2eb5506d9d05..ff6053d71fb3 100644 --- a/python/jsonschema/jsonschema.SlackBuild +++ b/python/jsonschema/jsonschema.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=jsonschema -VERSION=${VERSION:-2.3.0} +VERSION=${VERSION:-2.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |