From 95cd5572d13adb4f40a2e8298dec261b1ac0f466 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 26 Feb 2020 20:01:54 +0000 Subject: [PATCH] jira: Update to version 1.0.23 --- bucket/jira.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jira.json b/bucket/jira.json index ce50222c9b..6168e96777 100644 --- a/bucket/jira.json +++ b/bucket/jira.json @@ -1,17 +1,17 @@ { "homepage": "https://github.com/Netflix-Skunkworks/go-jira", "description": "simple command line client for Atlassian's Jira service written in Go", - "version": "1.0.22", + "version": "1.0.23", "license": "Apache-2.0", "bin": "jira.exe", "architecture": { "64bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.22/jira-windows-amd64.exe#/jira.exe", - "hash": "b285a1f468e14b087da7c4e8b36d7057b2bbc43847df8c4eb878618c024cc7b4" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.23/jira-windows-amd64.exe#/jira.exe", + "hash": "99d9f5bd63049f9777ccb8c57df2ce8241a19b7c993d5c6e041320fc8057ec1b" }, "32bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.22/jira-windows-386.exe#/jira.exe", - "hash": "3aacc5f989f67b9816050e83c77cf6961c813ad4b06a407e4643b81b1330badc" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.23/jira-windows-386.exe#/jira.exe", + "hash": "382e61d67a605ddadf0591d63ae64e4faa1cf659945bff40eab782597d1753a7" } }, "checkver": "github",