mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
jruby: Update to version 10.0.2.0 (#7122)
Looks like they switched file hosting from AWS to Maven. The same files are available from the github releases, so it may make since to switch to github style autoupdate for this one...
This commit is contained in:
parent
a3b0226c07
commit
280e3f1a12
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "10.0.0.0",
|
||||
"version": "10.0.2.0",
|
||||
"description": "The Ruby Programming Language on the JVM.",
|
||||
"homepage": "https://www.jruby.org/",
|
||||
"license": {
|
||||
@ -13,9 +13,9 @@
|
||||
"suggest": {
|
||||
"JDK": "java/openjdk"
|
||||
},
|
||||
"url": "https://s3.amazonaws.com/jruby.org/downloads/10.0.0.0/jruby-bin-10.0.0.0.zip",
|
||||
"hash": "2d65d414c22393309e45e8a6afec2c5c5714e75b218860ba849a41fb680b4291",
|
||||
"extract_dir": "jruby-10.0.0.0",
|
||||
"url": "https://repo1.maven.org/maven2/org/jruby/jruby-dist/10.0.2.0/jruby-dist-10.0.2.0-bin.zip",
|
||||
"hash": "cc85bc72152d29629585e53ebf85723725bbd506d985695c3ad3822aadbf8202",
|
||||
"extract_dir": "jruby-10.0.2.0",
|
||||
"env_add_path": [
|
||||
"bin",
|
||||
"gems\\bin"
|
||||
@ -31,7 +31,7 @@
|
||||
"regex": "Current Release:\\s+JRuby\\s+([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
|
||||
"url": "https://repo1.maven.org/maven2/org/jruby/jruby-dist/$version/jruby-dist-$version-bin.zip",
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user