jira: Update to version 1.0.22

This commit is contained in:
Richard Kuhnt 2019-10-01 07:00:20 +00:00
parent 9bbf46d192
commit e5389fe372

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.21", "version": "1.0.22",
"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.21/jira-windows-amd64.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.22/jira-windows-amd64.exe#/jira.exe",
"hash": "5c615cc601951b053cbf050d70fe02b10dbaf26f7493982f08e472f4d0ede49a" "hash": "b285a1f468e14b087da7c4e8b36d7057b2bbc43847df8c4eb878618c024cc7b4"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-386.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.22/jira-windows-386.exe#/jira.exe",
"hash": "293e7437715f6792cd1e8ffd224c8c197e88c147b84958f5d9c40234b8ac4142" "hash": "3aacc5f989f67b9816050e83c77cf6961c813ad4b06a407e4643b81b1330badc"
} }
}, },
"checkver": "github", "checkver": "github",