ScoopInstaller_Main/bucket/mvndaemon.json
tech189 1c249ce2ae mvndaemon: Update to version 1.0-m6
Closes #4636

Fix checkver and autoupdate

m39 in the filename:
'm40 is for "with an alpha version of Maven 4.0", m39 is for "with a stable version of Maven 3.9.x"'
2023-04-08 23:00:08 +01:00

39 lines
1.4 KiB
JSON

{
"version": "1.0-m6",
"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",
"notes": [
"Maven requires a properly configured JAVA_HOME environment variable.",
"If you see a message that VCRUNTIME140.dll was not found, you need to install vcredist2022",
"See https://github.com/oracle/graal/issues/1762 for more information."
],
"suggest": {
"JDK": "java/openjdk",
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m6/maven-mvnd-1.0-m6-m39-windows-amd64.zip",
"hash": "62f274adb16e150ef51bc9d516bd1383f408993b3fcfb4914fde8a5a0327d833",
"extract_dir": "maven-mvnd-1.0-m6-m39-windows-amd64"
}
},
"env_add_path": "bin",
"checkver": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/",
"regex": ">([\\d.\\-m]+)/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/$version/maven-mvnd-$version-m39-windows-amd64.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "maven-mvnd-$version-m39-windows-amd64"
}
}
}
}