ScoopInstaller_Main/grails.json
Richard Kuhnt ff4e23463c Add Java bucket maintained by @se35710 (#2209)
* Add Java bucket maintained by @se35710
2018-04-21 23:18:19 +02:00

28 lines
767 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.3.5",
"license": "Apache-2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.3.5/grails-3.3.5.zip",
"hash": "b5840f3272b7bbec2c3b4c221b540e8d881ab463ff596d5ceb7b64bad892261d",
"extract_dir": "grails-3.3.5",
"bin": [
"bin\\grails.bat"
],
"env_set": {
"GRAILS_HOME": "$dir"
},
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"github": "https://github.com/grails/grails-core"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}