mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
20 lines
571 B
JSON
20 lines
571 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.0.9",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.0.9/grails-3.0.9.zip",
|
|
"hash": "f1bfdec6efd45283c810e29be4433f134118344d2eabea870ae553fb66c864b1",
|
|
"extract_dir": "grails-3.0.9",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"set_env": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk",
|
|
"checkver": {
|
|
"url": "https://github.com/grails/grails-core/releases/latest",
|
|
"re": "\/releases\/tag\/v([\\d.]+)"
|
|
}
|
|
}
|