mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
mvndaemon: Update to version 0.8.0, remove autoupdate hashes
Relates to Excavator unable to update: https://github.com/ScoopInstaller/Main/runs/7405320764?check_suite_focus=true#step:3:335 Removing hashes from autoupdate because they have been removed from releases - see https://github.com/apache/maven-mvnd/issues/666
This commit is contained in:
parent
c002837279
commit
c62f398e48
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.7.1",
|
||||
"version": "0.8.0",
|
||||
"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://github.com/mvndaemon/mvnd/releases/download/0.7.1/mvnd-0.7.1-windows-amd64.zip",
|
||||
"hash": "749f647df21977e7ab8f1296ae39dedf1067aaaf173eddfb685b73e01d8352ff",
|
||||
"extract_dir": "mvnd-0.7.1-windows-amd64"
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/0.8.0/maven-mvnd-0.8.0-windows-amd64.zip",
|
||||
"hash": "eda5d83085b2ddf3c31ba849c0f72a340e9ac5f4b3f002dce060b3fad7733a84",
|
||||
"extract_dir": "mvnd-0.8.0-windows-amd64"
|
||||
}
|
||||
},
|
||||
"env_add_path": "bin",
|
||||
@ -24,12 +24,9 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/mvnd-$version-windows-amd64.zip",
|
||||
"url": "https://github.com/mvndaemon/mvnd/releases/download/$version/maven-mvnd-$version-windows-amd64.zip",
|
||||
"extract_dir": "mvnd-$version-windows-amd64"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$url.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user