mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
grails: Update to version 5.2.5
Fix checkver by using GitHub API instead of Releases page
This commit is contained in:
parent
23456d72e8
commit
ba1630aa8b
@ -1,20 +1,20 @@
|
||||
{
|
||||
"version": "5.2.4",
|
||||
"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.4/grails-5.2.4.zip",
|
||||
"hash": "8edbf5e18e937e2207c1baaa697dfa8f61ffe3e5028a46e916162035e00fdcbe",
|
||||
"extract_dir": "grails-5.2.4",
|
||||
"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://github.com/grails/grails-core/releases",
|
||||
"url": "https://api.github.com/repos/grails/grails-core/releases",
|
||||
"regex": "/grails-([\\d.]+)\\.zip"
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user