Ross Smith II 89c94ad7e0
Add 25 descriptions (#371)
* Add 25 descriptions

* Update bucket/hashcat.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/hub.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/imagemagick.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/leiningen.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/libwebp.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/mercurial.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kotlin-native.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/kubectl.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/make.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update bucket/haxe.json

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Update kotlin-native.json

* Update leiningen.json

* Update lessmsi.json

* Update libwebp.json
2019-08-21 09:48:30 -07:00

44 lines
1.4 KiB
JSON

{
"homepage": "https://www.jruby.org/",
"description": "The Ruby Programming Language on the JVM.",
"version": "9.2.8.0",
"license": {
"identifier": "EPL-1.0|GPL-2.0-only|LGPL-2.1-only",
"url": "https://github.com/jruby/jruby/blob/master/COPYING"
},
"url": "https://s3.amazonaws.com/jruby.org/downloads/9.2.8.0/jruby-bin-9.2.8.0.zip",
"hash": "e0c0a5a1b9ebbb40b92d8a6fade779d72495100280b4d5d166919c0896fb3034",
"extract_dir": "jruby-9.2.8.0",
"persist": "gems",
"env_add_path": [
"bin",
"gems\\bin"
],
"env_set": {
"JRUBY_HOME": "$dir",
"GEM_HOME": "$dir\\gems",
"GEM_PATH": "$dir\\gems"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"notes": [
"Install a JDK and set JAVA_HOME if you don't already have. JRuby won't work without it.",
"Also note that this installation overrides GEM_HOME and GEM_PATH from any previous Ruby or JRuby installation."
],
"checkver": {
"url": "https://www.jruby.org/download",
"re": "Current Release:\\s+JRuby\\s+([\\d.]+)"
},
"autoupdate": {
"url": "https://s3.amazonaws.com/jruby.org/downloads/$version/jruby-bin-$version.zip",
"extract_dir": "jruby-$version",
"hash": {
"url": "$url.sha256"
}
}
}