mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/ruby-json: Updated for version 2.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
67049dfacd
commit
0231a2f9e9
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ruby-json
|
||||
SRCNAM=json
|
||||
VERSION=${VERSION:-2.0.4}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-json"
|
||||
VERSION="2.0.4"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://rubygems.org/gems/json"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.4.gem"
|
||||
MD5SUM="1839d6d0ab2d469a8bad0a2c49353a28"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.1.0.gem"
|
||||
MD5SUM="f5b6cd86c61d013c0799ba91d9aa9f06"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue