micronaut: Update to version 4.1.0

Fix checkver: change github repo to the cli releases repo
This commit is contained in:
tech189 2023-09-07 11:16:58 +01:00
parent 6a60d6e7ab
commit 6c714fa51a

View File

@ -1,20 +1,20 @@
{
"version": "4.0.2",
"version": "4.1.0",
"description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications",
"homepage": "https://micronaut.io",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v4.0.2/micronaut-cli-4.0.2.zip",
"hash": "e5537d303270d0edb18cb256dc656a1f1daf402cdb3a390621a73284bf960680",
"extract_dir": "micronaut-cli-4.0.2",
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v4.1.0/micronaut-cli-4.1.0.zip",
"hash": "eaf97d74e2c3cd29b17f1c2f4f5d90fbf883803df2c8f867132599199dc342fe",
"extract_dir": "micronaut-cli-4.1.0",
"bin": "bin\\mn.bat",
"env_set": {
"MICRONAUT_HOME": "$dir"
},
"checkver": {
"github": "https://github.com/micronaut-projects/micronaut-core"
"github": "https://github.com/micronaut-projects/micronaut-starter"
},
"autoupdate": {
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v$version/micronaut-cli-$version.zip",