ScoopInstaller_Main/bucket/micronaut.json
tech189 6c714fa51a micronaut: Update to version 4.1.0
Fix checkver: change github repo to the cli releases repo
2023-09-07 11:16:58 +01:00

24 lines
953 B
JSON

{
"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.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-starter"
},
"autoupdate": {
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v$version/micronaut-cli-$version.zip",
"extract_dir": "micronaut-cli-$version"
}
}