mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 20:31:19 +00:00
butler@15.24.0: Fix download & autoupdate URLs (Closes #7413)
* Replace broth.itch.ovh with broth.itch.zone. Relates to https://github.com/itchio/butler/issues/283.
This commit is contained in:
parent
2903195599
commit
07a5caa568
@ -5,11 +5,11 @@
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://broth.itch.ovh/butler/windows-amd64/15.24.0/archive/default#download.zip",
|
||||
"url": "https://broth.itch.zone/butler/windows-amd64/15.24.0/archive/default#download.zip",
|
||||
"hash": "03ddb047b62bf40319897ef539853d2f08ea2636002eed0e245c4a5668268240"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://broth.itch.ovh/butler/windows-386/15.24.0/archive/default#download.zip",
|
||||
"url": "https://broth.itch.zone/butler/windows-386/15.24.0/archive/default#download.zip",
|
||||
"hash": "3d7d7f494038020b5f97fc01fab993414538150f8f100fbe693c14c7274cbc0b"
|
||||
}
|
||||
},
|
||||
@ -20,10 +20,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://broth.itch.ovh/butler/windows-amd64/$version/archive/default#download.zip"
|
||||
"url": "https://broth.itch.zone/butler/windows-amd64/$version/archive/default#download.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://broth.itch.ovh/butler/windows-386/$version/archive/default#download.zip"
|
||||
"url": "https://broth.itch.zone/butler/windows-386/$version/archive/default#download.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user