diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-02-24 06:33:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-24 06:33:21 +0700 |
commit | ee1d22f8f0531aaf9cccc92d254e7a7e8a553d27 (patch) | |
tree | da1542c3fff22f6fa91d71dfd5ae76ab6e8da9c1 /ruby/ruby-json | |
parent | 733eff10c364380a5692350c06e2aca1f267a1ff (diff) | |
download | slackbuilds-ee1d22f8f0531aaf9cccc92d254e7a7e8a553d27.tar.gz |
ruby/ruby-json: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/ruby-json')
-rw-r--r-- | ruby/ruby-json/ruby-json.SlackBuild | 4 | ||||
-rw-r--r-- | ruby/ruby-json/ruby-json.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ruby/ruby-json/ruby-json.SlackBuild b/ruby/ruby-json/ruby-json.SlackBuild index 4184ccd1ad..f10bb2c0e6 100644 --- a/ruby/ruby-json/ruby-json.SlackBuild +++ b/ruby/ruby-json/ruby-json.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for ruby-json. # -# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=ruby-json SRCNAM=json -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/ruby/ruby-json/ruby-json.info b/ruby/ruby-json/ruby-json.info index a507699614..067b251147 100644 --- a/ruby/ruby-json/ruby-json.info +++ b/ruby/ruby-json/ruby-json.info @@ -1,8 +1,8 @@ PRGNAM="ruby-json" -VERSION="2.1.0" +VERSION="2.2.0" HOMEPAGE="https://rubygems.org/gems/json" -DOWNLOAD="https://rubygems.org/downloads/json-2.1.0.gem" -MD5SUM="f5b6cd86c61d013c0799ba91d9aa9f06" +DOWNLOAD="https://rubygems.org/downloads/json-2.2.0.gem" +MD5SUM="b294d7bf825b58c9cf3f75778ac56931" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |