From b6aee9661bf6a8959d912ca91c570e41db238976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 8 Oct 2020 09:36:59 +0200 Subject: [PATCH] jira: Update to version 1.0.27 --- bucket/jira.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jira.json b/bucket/jira.json index a6b0814b1a..6b10b29698 100644 --- a/bucket/jira.json +++ b/bucket/jira.json @@ -1,16 +1,16 @@ { - "version": "1.0.26", + "version": "1.0.27", "description": "simple command line client for Atlassian's Jira service written in Go", "homepage": "https://github.com/Netflix-Skunkworks/go-jira", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.26/jira-windows-amd64.exe#/jira.exe", - "hash": "274ecd8e572bddce36366091d90aaa08702075749865d5565b370de8248a261e" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.27/jira-windows-amd64.exe#/jira.exe", + "hash": "d6f21182ccae4d5fb80bb7f6a598baafcd72b97dabe06f1b56630d30cd6d52b9" }, "32bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.26/jira-windows-386.exe#/jira.exe", - "hash": "118d9c8e3abf570e82e1ce9494b2845a5cef5ff7fc9553854548d5aec00f00b5" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.27/jira-windows-386.exe#/jira.exe", + "hash": "70f0663051638a7f6461755d369e65d8f272e1d2c9eb59e2086c947ea6b3da8e" } }, "bin": "jira.exe",