mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
26 lines
751 B
JSON
26 lines
751 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "4.0.0",
|
|
"license": "Apache-2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v4.0.0/grails-4.0.0.zip",
|
|
"hash": "5d17f4ebe6460186a6ddaf9327705e55930cb319f065a8c68adcddc6dec0c08f",
|
|
"extract_dir": "grails-4.0.0",
|
|
"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"
|
|
}
|
|
}
|