From 25230fea71ac2730cdf3401f58a8cb5f63a580de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 12 Sep 2020 12:21:03 +0200 Subject: [PATCH] jira: Update to version 1.0.26 --- bucket/jira.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/jira.json b/bucket/jira.json index 08405131c1..a6b0814b1a 100644 --- a/bucket/jira.json +++ b/bucket/jira.json @@ -1,16 +1,16 @@ { - "version": "1.0.24", + "version": "1.0.26", "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.24/jira-windows-amd64.exe#/jira.exe", - "hash": "fcfb2c5d4b3d774970f5cc0def7f0bcb9dfcd276f32195fac0c0a3953b293a18" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.26/jira-windows-amd64.exe#/jira.exe", + "hash": "274ecd8e572bddce36366091d90aaa08702075749865d5565b370de8248a261e" }, "32bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.24/jira-windows-386.exe#/jira.exe", - "hash": "835403f0491117e512ebaaf67a001262f2f576e4116a8abed0ecd20fe0472d42" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.26/jira-windows-386.exe#/jira.exe", + "hash": "118d9c8e3abf570e82e1ce9494b2845a5cef5ff7fc9553854548d5aec00f00b5" } }, "bin": "jira.exe",