mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-12 02:11:19 +00:00
28 lines
764 B
JSON
28 lines
764 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.3.1",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.3.1/grails-3.3.1.zip",
|
|
"hash": "a8e2b7f0e09de5b4069bad452ede486fb5487033104f2c5133871fc89fc19f51",
|
|
"extract_dir": "grails-3.3.1",
|
|
"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"
|
|
}
|
|
}
|