From 712ba9429b0c844133a9d36ad584766add0d6658 Mon Sep 17 00:00:00 2001 From: Clement Sam Date: Sat, 26 Dec 2020 17:39:04 +0000 Subject: [PATCH] glab: Add version 1.12.1 (#1640) --- bucket/glab.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/glab.json diff --git a/bucket/glab.json b/bucket/glab.json new file mode 100644 index 0000000000..a193b56724 --- /dev/null +++ b/bucket/glab.json @@ -0,0 +1,33 @@ +{ + "version": "1.12.1", + "description": "An open-source GitLab CLI tool", + "homepage": "https://github.com/profclems/glab", + "license": "MIT", + "architecture": { + "32bit": { + "url": "http://github.com/profclems/glab/releases/download/v1.12.1/glab_1.12.1_windows_386.zip", + "hash": "9dd010bad88e755aa81b34e823b8dcab99591107a4db57f4331bb4e9edcee288" + }, + "64bit": { + "url": "http://github.com/profclems/glab/releases/download/v1.12.1/glab_1.12.1_windows_amd64.zip", + "hash": "ddebd39ba72c12837702bcde6fc5695fcc0dee7b8ac572cb2d154a8a2b7fda96" + } + }, + "bin": "bin\\glab.exe", + "checkver": { + "github": "https://github.com/profclems/glab" + }, + "autoupdate": { + "architecture": { + "32bit": { + "url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_386.zip" + }, + "64bit": { + "url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_amd64.zip" + } + }, + "hash": { + "url": "$baseurl/checksums.txt" + } + } +}