From 593313f70166164ca65e595673bfb04b32664dbf Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Tue, 30 Apr 2024 19:47:25 +1000 Subject: [PATCH] butler: add 15.21.0 (#5774) --- bucket/butler.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/butler.json diff --git a/bucket/butler.json b/bucket/butler.json new file mode 100644 index 0000000000..e7c6d91bfe --- /dev/null +++ b/bucket/butler.json @@ -0,0 +1,30 @@ +{ + "version": "15.21.0", + "homepage": "https://itch.io/docs/butler", + "description": "butler is the itch.io command-line tools - all by itself.", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://broth.itch.ovh/butler/windows-amd64/15.21.0/archive/default#download.zip", + "hash": "e5381a1ec38abe8c2f3bf742dc22e897901e7def22d20ebc8fd4490d52038d35" + }, + "32bit": { + "url": "https://broth.itch.ovh/butler/windows-386/15.21.0/archive/default#download.zip", + "hash": "5d378bc2506d6fefc5b0793e52c58cfba24ac84c505083063df7919fdb1b97b0" + } + }, + "bin": "butler.exe", + "checkver": { + "github": "https://github.com/itchio/butler" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://broth.itch.ovh/butler/windows-amd64/$version/archive/default#download.zip" + }, + "32bit": { + "url": "https://broth.itch.ovh/butler/windows-386/$version/archive/default#download.zip" + } + } + } +}