mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/ruby-json: Updated for version 2.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7034769ef8
commit
07abad5dc3
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ruby-json
|
||||
SRCNAM=json
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-json"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://rubygems.org/gems/json"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.2.0.gem"
|
||||
MD5SUM="b294d7bf825b58c9cf3f75778ac56931"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.3.0.gem"
|
||||
MD5SUM="29122d679de5d8da1e6c67bf30e54373"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue