From a3beba5eb76126f9d04cd718ef9de11de5b794c0 Mon Sep 17 00:00:00 2001 From: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> Date: Thu, 19 Oct 2023 09:21:54 +0300 Subject: [PATCH] gut: Add version 0.2.10 (#5195) --- bucket/gut.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bucket/gut.json diff --git a/bucket/gut.json b/bucket/gut.json new file mode 100644 index 0000000000..c5a360d48d --- /dev/null +++ b/bucket/gut.json @@ -0,0 +1,40 @@ +{ + "version": "0.2.10", + "description": "An easy to use Git client for the command line", + "homepage": "https://gut-cli.dev", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_x86_64.zip", + "hash": "6864b4c98072dcfc10a68935c210cbc9f51572578e47c8b1ea05c7281829e2aa" + }, + "32bit": { + "url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_i386.zip", + "hash": "733dac4914c7a596d53324630a7aa6283eca84599d5e8b09b2382b97f1dca217" + }, + "arm64": { + "url": "https://github.com/julien040/gut/releases/download/0.2.10/gut_Windows_arm64.zip", + "hash": "b9ff364c0513e7c4c08d5414379b4be2c4220f6736a953b61c23db5c05a02690" + } + }, + "bin": "gut.exe", + "checkver": { + "github": "https://github.com/julien040/gut" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_x86_64.zip" + }, + "32bit": { + "url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_i386.zip" + }, + "arm64": { + "url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_arm64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}