mvndaemon: Update to version 1.0-m7 (#5161)

This commit is contained in:
Nai Hao Cheng 2023-10-10 19:05:36 +09:00 committed by GitHub
parent 31019e3145
commit 2e07833c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0-m6", "version": "1.0-m7",
"description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.", "description": "The Maven (mvn) Daemon is based on GraalVM and allows for faster Maven builds.",
"homepage": "https://github.com/mvndaemon/mvnd", "homepage": "https://github.com/mvndaemon/mvnd",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -14,15 +14,16 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-windows-amd64.zip", "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m7/maven-mvnd-1.0-m7-m39-windows-amd64.zip",
"hash": "62f274adb16e150ef51bc9d516bd1383f408993b3fcfb4914fde8a5a0327d833", "hash": "11be67b95346be67dc8548d86b00cd3769c2275cda4405a17b32b47579fee6ff",
"extract_dir": "maven-mvnd-1.0-m6-m39-windows-amd64" "extract_dir": "maven-mvnd-1.0-m7-m39-windows-amd64"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",
"checkver": { "checkver": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/", "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/",
"regex": ">([\\d.\\-m]+)/" "regex": ">([\\d.\\-m]+)/",
"reverse": true
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {