mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
23 lines
685 B
JSON
23 lines
685 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.2.4",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.2.4/grails-3.2.4.zip",
|
|
"hash": "9cc3f9620ba8261a845beca3a0d63936b7dc529b41ba1d29b0a9d84c212ac1c7",
|
|
"extract_dir": "grails-3.2.4",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"env_set": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"depends": "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"
|
|
}
|
|
}
|