jira: Update to version 1.0.21

This commit is contained in:
Richard Kuhnt 2019-09-17 02:00:16 +00:00
parent 46185ef2da
commit c9fa0c8ca6

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/Netflix-Skunkworks/go-jira", "homepage": "https://github.com/Netflix-Skunkworks/go-jira",
"description": "simple command line client for Atlassian's Jira service written in Go", "description": "simple command line client for Atlassian's Jira service written in Go",
"version": "1.0.20", "version": "1.0.21",
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": "jira.exe", "bin": "jira.exe",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.20/jira-windows-4.0-amd64.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-amd64.exe#/jira.exe",
"hash": "46bb2dd3ade1ca95568713eeeda27ecd19bb719495c410812109570b72094abc" "hash": "6a6c4a897c543a2cf5b7d42c7c41577d4dd00e556162086321fdd02d02ef3063"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.20/jira-windows-4.0-386.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-386.exe#/jira.exe",
"hash": "53f87766b4da6fa881099b0fed41e46b83f6f985b2da7fcb293924b3910f1efd" "hash": "c31fb1cad1754a29a84a42a354786f04d519b2f6918477a69b01abc9bdbd6780"
} }
}, },
"checkver": "github", "checkver": "github",