mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
27 lines
864 B
JSON
27 lines
864 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"description": "A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.",
|
|
"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"
|
|
}
|
|
}
|