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