mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
ruby/ruby-json: Updated for version 2.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b41b9e5666
commit
767613d370
2 changed files with 5 additions and 5 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=ruby-json
|
||||
SRCNAM=json
|
||||
VERSION=${VERSION:-2.0.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.0.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="ruby-json"
|
||||
VERSION="2.0.3"
|
||||
VERSION="2.0.4"
|
||||
HOMEPAGE="https://rubygems.org/gems/json"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.3.gem"
|
||||
MD5SUM="b71fa3666944e5384202b2e1a3a72e57"
|
||||
DOWNLOAD="https://rubygems.org/downloads/json-2.0.4.gem"
|
||||
MD5SUM="1839d6d0ab2d469a8bad0a2c49353a28"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue