mvndaemon: Update to version 1.0.1 (#5948)

This commit is contained in:
Hsiao-nan Cheung 2024-06-24 21:21:50 +08:00 committed by GitHub
parent 69b25a840c
commit d0220380a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{
"version": "1.0-m8",
"version": "1.0.1",
"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://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m8/maven-mvnd-1.0-m8-m39-windows-amd64.zip",
"hash": "20cd8361c19f4d12498caeda04cd4638b270d281f5c43dc92c352b9351dcee8a",
"extract_dir": "maven-mvnd-1.0-m8-m39-windows-amd64"
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0.1/maven-mvnd-1.0.1-windows-amd64.zip",
"hash": "5a4a05fa6394b6fca0f88e18aa87682e64ce41923b057ca611ea25eb4405d34c",
"extract_dir": "maven-mvnd-1.0.1-windows-amd64"
}
},
"env_add_path": "bin",
@ -28,11 +28,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/$version/maven-mvnd-$version-m39-windows-amd64.zip",
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/$version/maven-mvnd-$version-windows-amd64.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "maven-mvnd-$version-m39-windows-amd64"
"extract_dir": "maven-mvnd-$version-windows-amd64"
}
}
}