diff --git a/bucket/mvndaemon.json b/bucket/mvndaemon.json index 76bcbcd0b6..40c4adf89b 100644 --- a/bucket/mvndaemon.json +++ b/bucket/mvndaemon.json @@ -1,5 +1,5 @@ { - "version": "0.7.1", + "version": "0.8.0", "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,9 +14,9 @@ }, "architecture": { "64bit": { - "url": "https://github.com/mvndaemon/mvnd/releases/download/0.7.1/mvnd-0.7.1-windows-amd64.zip", - "hash": "749f647df21977e7ab8f1296ae39dedf1067aaaf173eddfb685b73e01d8352ff", - "extract_dir": "mvnd-0.7.1-windows-amd64" + "url": "https://github.com/mvndaemon/mvnd/releases/download/0.8.0/maven-mvnd-0.8.0-windows-amd64.zip", + "hash": "eda5d83085b2ddf3c31ba849c0f72a340e9ac5f4b3f002dce060b3fad7733a84", + "extract_dir": "mvnd-0.8.0-windows-amd64" } }, "env_add_path": "bin", @@ -24,12 +24,9 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/mvndaemon/mvnd/releases/download/$version/mvnd-$version-windows-amd64.zip", + "url": "https://github.com/mvndaemon/mvnd/releases/download/$version/maven-mvnd-$version-windows-amd64.zip", "extract_dir": "mvnd-$version-windows-amd64" } - }, - "hash": { - "url": "$url.sha256" } } }