From 2e07833c95c04cc050f8c6fac5fd2f13286b9143 Mon Sep 17 00:00:00 2001 From: Nai Hao Cheng Date: Tue, 10 Oct 2023 19:05:36 +0900 Subject: [PATCH] mvndaemon: Update to version 1.0-m7 (#5161) --- bucket/mvndaemon.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bucket/mvndaemon.json b/bucket/mvndaemon.json index e8f7e03453..49cbce65ad 100644 --- a/bucket/mvndaemon.json +++ b/bucket/mvndaemon.json @@ -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.", "homepage": "https://github.com/mvndaemon/mvnd", "license": "Apache-2.0", @@ -14,15 +14,16 @@ }, "architecture": { "64bit": { - "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-windows-amd64.zip", - "hash": "62f274adb16e150ef51bc9d516bd1383f408993b3fcfb4914fde8a5a0327d833", - "extract_dir": "maven-mvnd-1.0-m6-m39-windows-amd64" + "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m7/maven-mvnd-1.0-m7-m39-windows-amd64.zip", + "hash": "11be67b95346be67dc8548d86b00cd3769c2275cda4405a17b32b47579fee6ff", + "extract_dir": "maven-mvnd-1.0-m7-m39-windows-amd64" } }, "env_add_path": "bin", "checkver": { "url": "https://dist.apache.org/repos/dist/release/maven/mvnd/", - "regex": ">([\\d.\\-m]+)/" + "regex": ">([\\d.\\-m]+)/", + "reverse": true }, "autoupdate": { "architecture": {