From b6b182a3c3e0266508211dde9391e8c2a8af77b3 Mon Sep 17 00:00:00 2001 From: David Xuang Date: Thu, 11 Aug 2022 18:16:26 +0800 Subject: [PATCH] itch: Add version 25.5.1 (#679) --- bucket/itch.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/itch.json diff --git a/bucket/itch.json b/bucket/itch.json new file mode 100644 index 00000000..cf9a6431 --- /dev/null +++ b/bucket/itch.json @@ -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" + } + } + } +}