itch: Add version 25.5.1 (#679)

master
David Xuang 2022-08-11 18:16:26 +08:00 committed by GitHub
parent 85d56f3ed3
commit b6b182a3c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

35
bucket/itch.json Normal file
View File

@ -0,0 +1,35 @@
{
"version": "25.5.1",
"description": "Desktop app for itch.io, an indie game online store",
"homepage": "https://itch.io/app",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://broth.itch.ovh/itch/windows-386/25.5.1/archive/default#/dl.zip",
"hash": "fd77f8a1caffea8cd73747c4e8b0442094530f12a3a6ec98b449d84b68fb6295"
},
"64bit": {
"url": "https://broth.itch.ovh/itch/windows-amd64/25.5.1/archive/default#/dl.zip",
"hash": "b5c656082e6fcd33537f3c9d20ad7b5d4fd7dbbb1850097ea1038b0f17350a35"
}
},
"shortcuts": [
[
"itch.exe",
"itch"
]
],
"checkver": {
"github": "https://github.com/itchio/itch"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://broth.itch.ovh/itch/windows-386/$version/archive/default#/dl.zip"
},
"64bit": {
"url": "https://broth.itch.ovh/itch/windows-amd64/$version/archive/default#/dl.zip"
}
}
}
}