mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
28 lines
764 B
JSON
28 lines
764 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.2.9",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.2.9/grails-3.2.9.zip",
|
|
"hash": "a21d5602e772676c27f846419a245a4c791bb63b74066f8dd82b7647d5c873a2",
|
|
"extract_dir": "grails-3.2.9",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"env_set": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"suggest": {
|
|
"JDK": [
|
|
"extras/oraclejdk",
|
|
"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"
|
|
}
|
|
}
|