mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ruby/ruby-json: Updated for version 2.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
823d6597b6
commit
5493cbb1c6
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=ruby-json
|
||||
SRCNAM=json
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-json"
|
||||
VERSION="2.0.1"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="https://rubygems.org/gems/json"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.1.gem"
|
||||
MD5SUM="3d10229fd1ed760e49c6182f46581a4c"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.2.gem"
|
||||
MD5SUM="6f3137d05d24f9bb1c7f9e3dd942cbee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue