mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 14:15:14 +00:00
23 lines
689 B
JSON
23 lines
689 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.1.15",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.1.15/grails-3.1.15.zip",
|
|
"hash": "ebc9bcce6dcced9ef55d339aa78a9e439447d44b161f31a600c284d64904fd53",
|
|
"extract_dir": "grails-3.1.15",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"env_set": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"depends": "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"
|
|
}
|
|
}
|