2024-11-20 20:29:52 +00:00

25 lines
864 B
JSON

{
"version": "6.2.2",
"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/openjdk"
},
"url": "https://github.com/grails/grails-core/releases/download/v6.2.2/grails-6.2.2.zip",
"hash": "50f81ac85a78098673a35c87848236f01c7e094abecf9137fb22a35d52d26741",
"extract_dir": "grails-6.2.2",
"bin": "bin\\grails.bat",
"env_set": {
"GRAILS_HOME": "$dir"
},
"checkver": {
"url": "https://api.github.com/repositories/512295/releases",
"regex": "/grails-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}