jira: Update to version 1.0.18

This commit is contained in:
Richard Kuhnt 2018-07-29 23:01:48 +00:00
parent 0555bb9c76
commit ae447807da

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.17", "version": "1.0.18",
"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.17/jira-windows-4.0-amd64.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.18/jira-windows-4.0-amd64.exe#/jira.exe",
"hash": "e49f6c6b5a24c6bef74a9f1e81c2730ebb732e1b1b6c9fa3fc213b007884dbf2" "hash": "da57207e9998c0ca7a1fedd8dda9a484c65e8c48fae9b7dbabe7026325567aec"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.17/jira-windows-4.0-386.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.18/jira-windows-4.0-386.exe#/jira.exe",
"hash": "4a33b376a6297aeb88432fc4e63643f638117b66fc913d1ebbb91055e30a6165" "hash": "fa5439ad1223ab171feecbbaee40fee98c2a0eb04240c6257035978824457c54"
} }
}, },
"checkver": "github", "checkver": "github",