mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
28 lines
917 B
JSON
28 lines
917 B
JSON
{
|
|
"version": "4.0.10",
|
|
"description": "A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.",
|
|
"homepage": "https://grails.org",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://github.com/grails/grails-core/releases/download/v4.0.10/grails-4.0.10.zip",
|
|
"hash": "f08ba158db1a3c3a26919c1f1c435978f159fd6c6709522d22cd8dae123213d8",
|
|
"extract_dir": "grails-4.0.10",
|
|
"bin": "bin\\grails.bat",
|
|
"env_set": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"url": "https://github.com/grails/grails-core/releases",
|
|
"regex": "/grails-([\\d.]+)\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
|
|
"extract_dir": "grails-$version"
|
|
}
|
|
}
|