mvndaemon: Update to version 0.7.1

This commit is contained in:
github-actions[bot] 2021-12-07 16:31:40 +00:00
parent 4159ae8312
commit 70acceff59

View File

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