mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 01:41:21 +00:00
26 lines
755 B
JSON
26 lines
755 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.3.10",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.3.10/grails-3.3.10.zip",
|
|
"hash": "227b3f3c78e858d108565677aa35ae963df4297c366f82a999821d121d57d3d3",
|
|
"extract_dir": "grails-3.3.10",
|
|
"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"
|
|
}
|
|
}
|