mvndaemon: Update to version 0.7.1

This commit is contained in:
github-actions[bot] 2022-04-29 16:32:56 +00:00
parent d14050eea3
commit 332cb4c612

View File

@ -1,5 +1,5 @@
{ {
"version": "0.8.0", "version": "0.7.1",
"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,9 +14,9 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.8.0/mvnd-0.8.0-windows-amd64.zip", "url": "https://github.com/mvndaemon/mvnd/releases/download/0.7.1/mvnd-0.7.1-windows-amd64.zip",
"hash": "639d69abb4648f640a53f845b4796797e713c3654a240cbe6efeed95ef07f924", "hash": "749f647df21977e7ab8f1296ae39dedf1067aaaf173eddfb685b73e01d8352ff",
"extract_dir": "mvnd-0.8.0-windows-amd64" "extract_dir": "mvnd-0.7.1-windows-amd64"
} }
}, },
"env_add_path": "bin", "env_add_path": "bin",