From ba1630aa8b4947a82da90e7734206fed3fdcdbcc Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 20 Dec 2022 21:32:53 +0000 Subject: [PATCH] grails: Update to version 5.2.5 Fix checkver by using GitHub API instead of Releases page --- bucket/grails.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/grails.json b/bucket/grails.json index f28d161a3f..27b3bca435 100644 --- a/bucket/grails.json +++ b/bucket/grails.json @@ -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": {