ruby/ruby-json: Updated for version 2.0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ab21d2f02d
commit
5a6b202503
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-json"
|
||||
VERSION="2.0.2"
|
||||
VERSION="2.0.3"
|
||||
HOMEPAGE="https://rubygems.org/gems/json"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.2.gem"
|
||||
MD5SUM="6f3137d05d24f9bb1c7f9e3dd942cbee"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.3.gem"
|
||||
MD5SUM="b71fa3666944e5384202b2e1a3a72e57"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue