mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
(chore) mvndaemon: Move to official download URL
Hashes were removed from GitHub releases - see https://github.com/apache/maven-mvnd/issues/666 Added official download location Restored autoupdate hash extraction
This commit is contained in:
parent
3104f47cae
commit
435992f46c
@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.8.0/maven-mvnd-0.8.0-windows-amd64.zip",
|
"url": "https://dist.apache.org/repos/dist/release/maven/mvnd/0.8.0/maven-mvnd-0.8.0-windows-amd64.zip",
|
||||||
"hash": "eda5d83085b2ddf3c31ba849c0f72a340e9ac5f4b3f002dce060b3fad7733a84",
|
"hash": "eda5d83085b2ddf3c31ba849c0f72a340e9ac5f4b3f002dce060b3fad7733a84",
|
||||||
"extract_dir": "mvnd-0.8.0-windows-amd64"
|
"extract_dir": "mvnd-0.8.0-windows-amd64"
|
||||||
}
|
}
|
||||||
@ -24,7 +24,10 @@
|
|||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/maven-mvnd-$version-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": "mvnd-$version-windows-amd64"
|
"extract_dir": "mvnd-$version-windows-amd64"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user