mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
28 lines
767 B
JSON
28 lines
767 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.3.8",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.3.8/grails-3.3.8.zip",
|
|
"hash": "c0de7ce97ea156a7fd43e190479814d61ecd91a0399e88fd353526b1a3a2d8c1",
|
|
"extract_dir": "grails-3.3.8",
|
|
"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"
|
|
}
|
|
}
|