From c62f398e487b030d84ceb8254e440651f1d09169 Mon Sep 17 00:00:00 2001 From: tech189 Date: Tue, 19 Jul 2022 14:17:57 +0100 Subject: [PATCH] mvndaemon: Update to version 0.8.0, remove autoupdate hashes Relates to Excavator unable to update: https://github.com/ScoopInstaller/Main/runs/7405320764?check_suite_focus=true#step:3:335 Removing hashes from autoupdate because they have been removed from releases - see https://github.com/apache/maven-mvnd/issues/666 --- bucket/mvndaemon.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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" } } }