From 30a2ccf40689e0783c95e7ea17ec8562326e308a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 10 Jun 2021 23:01:47 +0000 Subject: [PATCH] glab: Update to version 1.18.1 --- bucket/glab.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/glab.json b/bucket/glab.json index 5bfdaa9676..2f70259539 100644 --- a/bucket/glab.json +++ b/bucket/glab.json @@ -1,16 +1,16 @@ { - "version": "1.18.0", + "version": "1.18.1", "description": "GitLab CLI", "homepage": "https://github.com/profclems/glab", "license": "MIT", "architecture": { "64bit": { - "url": "http://github.com/profclems/glab/releases/download/v1.18.0/glab_1.18.0_windows_x86_64.zip", - "hash": "cc24ebd111aab8f0f506ac02b399319df124ac55e828e854a71377ed3b59efe1" + "url": "http://github.com/profclems/glab/releases/download/v1.18.1/glab_1.18.1_windows_x86_64.zip", + "hash": "fc21aaedb5e2e77f7d0473270b8e91ba789ad71438a349f35187b18d76144e32" }, "32bit": { - "url": "http://github.com/profclems/glab/releases/download/v1.18.0/glab_1.18.0_windows_i386.zip", - "hash": "51f43bca6662d5f456662c81c965f6f00992d26b934a30b352e8360a452f9816" + "url": "http://github.com/profclems/glab/releases/download/v1.18.1/glab_1.18.1_windows_i386.zip", + "hash": "48606d17f2c13c36b74545977ce8c278c9be5566482d2290b4e7a2622f96f6cb" } }, "bin": "bin\\glab.exe",