tech189 ba1630aa8b grails: Update to version 5.2.5
Fix checkver by using GitHub API instead of Releases page
2022-12-20 21:32:53 +00:00

25 lines
869 B
JSON

{
"version": "5.2.5",
"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/v5.2.5/grails-5.2.5.zip",
"hash": "448d4ed7490e6c86848ceb9416e01c8632208eb3432a6c11634f957a9e944f9e",
"extract_dir": "grails-5.2.5",
"bin": "bin\\grails.bat",
"env_set": {
"GRAILS_HOME": "$dir"
},
"checkver": {
"url": "https://api.github.com/repos/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"
}
}