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