diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-14 06:00:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-14 06:00:30 +0700 |
commit | 5a6b20250322c7b37b183dafb5c53fcde0a0644f (patch) | |
tree | fce073707d4036ae1bbc63a34944092e9b0dc104 /ruby/ruby-json/ruby-json.SlackBuild | |
parent | ab21d2f02d9cda0f7aeaef1f1c896c210f86e050 (diff) |
ruby/ruby-json: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/ruby-json/ruby-json.SlackBuild')
-rw-r--r-- | ruby/ruby-json/ruby-json.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/ruby-json/ruby-json.SlackBuild b/ruby/ruby-json/ruby-json.SlackBuild index 35505575e6029..c2a4f0dba098d 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 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2017 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.0.2} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |