mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
28 lines
913 B
JSON
28 lines
913 B
JSON
{
|
|
"version": "5.0.1",
|
|
"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/v5.0.1/grails-5.0.1.zip",
|
|
"hash": "e5a1c7de474969165a134decb1d0f7c72cb366e6bedaf2b7ea0d2926c3975489",
|
|
"extract_dir": "grails-5.0.1",
|
|
"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"
|
|
}
|
|
}
|