Hsiao-nan Cheung 01b4d9ac6a jira: Fix download.url (#434)
- Closes #427
2019-09-22 13:45:04 +02:00

29 lines
1.1 KiB
JSON

{
"homepage": "https://github.com/Netflix-Skunkworks/go-jira",
"description": "simple command line client for Atlassian's Jira service written in Go",
"version": "1.0.21",
"license": "Apache-2.0",
"bin": "jira.exe",
"architecture": {
"64bit": {
"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-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-amd64.exe#/jira.exe"
},
"32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-386.exe#/jira.exe"
}
}
}
}