mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
mvndaemon: Update to version 1.0.1 (#5948)
This commit is contained in:
parent
69b25a840c
commit
d0220380a5
@ -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.",
|
"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://dist.apache.org/repos/dist/release/maven/mvnd/1.0-m8/maven-mvnd-1.0-m8-m39-windows-amd64.zip",
|
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/1.0.1/maven-mvnd-1.0.1-windows-amd64.zip",
|
||||||
"hash": "20cd8361c19f4d12498caeda04cd4638b270d281f5c43dc92c352b9351dcee8a",
|
"hash": "5a4a05fa6394b6fca0f88e18aa87682e64ce41923b057ca611ea25eb4405d34c",
|
||||||
"extract_dir": "maven-mvnd-1.0-m8-m39-windows-amd64"
|
"extract_dir": "maven-mvnd-1.0.1-windows-amd64"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"env_add_path": "bin",
|
"env_add_path": "bin",
|
||||||
@ -28,11 +28,11 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"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": {
|
"hash": {
|
||||||
"url": "$url.sha256"
|
"url": "$url.sha256"
|
||||||
},
|
},
|
||||||
"extract_dir": "maven-mvnd-$version-m39-windows-amd64"
|
"extract_dir": "maven-mvnd-$version-windows-amd64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user