From 1b38778aee524325d9273da26c2700778123c8bb Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Tue, 23 Feb 2021 12:49:00 +0000 Subject: [PATCH] glitter: Add version 1.0.0 (#1856) Co-authored-by: Richard Kuhnt --- bucket/glitter.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/glitter.json diff --git a/bucket/glitter.json b/bucket/glitter.json new file mode 100644 index 0000000000..77d7b85410 --- /dev/null +++ b/bucket/glitter.json @@ -0,0 +1,31 @@ +{ + "version": "1.0.0", + "description": "Git tooling of the future", + "homepage": "https://github.com/Milo123459/glitter", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Milo123459/glitter/releases/download/v1.0.0/glitter-x86_64-pc-windows-msvc.zip", + "hash": "e2d0c4c2d3db67670f85bcf07d61ed2c89c22c1757d3444e25a8b7d9fdf10ee0" + }, + "32bit": { + "url": "https://github.com/Milo123459/glitter/releases/download/v1.0.0/glitter-i686-pc-windows-msvc.zip", + "hash": "8219e33941feb8c858e72d17b4d9e62fb7920e3dd698686434690a7caf7cbe8f" + } + }, + "bin": "glitter.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Milo123459/glitter/releases/download/v$version/glitter-x86_64-pc-windows-msvc.zip" + }, + "32bit": { + "url": "https://github.com/Milo123459/glitter/releases/download/v$version/glitter-i686-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$url.sha256" + } + } +}