From 01b4d9ac6a8697b7e8d0937d04bbbd6bbb6e738a Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Sun, 22 Sep 2019 19:45:04 +0800 Subject: [PATCH] jira: Fix download.url (#434) - Closes #427 --- bucket/jira.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/jira.json b/bucket/jira.json index 75dabf6cab..a35c5c335d 100644 --- a/bucket/jira.json +++ b/bucket/jira.json @@ -6,22 +6,22 @@ "bin": "jira.exe", "architecture": { "64bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-amd64.exe#/jira.exe", - "hash": "6a6c4a897c543a2cf5b7d42c7c41577d4dd00e556162086321fdd02d02ef3063" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-amd64.exe#/jira.exe", + "hash": "5c615cc601951b053cbf050d70fe02b10dbaf26f7493982f08e472f4d0ede49a" }, "32bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-386.exe#/jira.exe", - "hash": "c31fb1cad1754a29a84a42a354786f04d519b2f6918477a69b01abc9bdbd6780" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-386.exe#/jira.exe", + "hash": "293e7437715f6792cd1e8ffd224c8c197e88c147b84958f5d9c40234b8ac4142" } }, "checkver": "github", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-4.0-amd64.exe#/jira.exe" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-amd64.exe#/jira.exe" }, "32bit": { - "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-4.0-386.exe#/jira.exe" + "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-386.exe#/jira.exe" } } }