mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Consolidate hash, use $baseurl
This commit is contained in:
parent
5d207dab28
commit
200d497085
@ -18,17 +18,14 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz",
|
||||
"hash": {
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt"
|
||||
}
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-amd64.tar.gz"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz",
|
||||
"hash": {
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-checksums.txt"
|
||||
}
|
||||
"url": "https://github.com/timdp/lwc/releases/download/v$version/lwc-$version-windows-386.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/lwc-checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user