jira: Fix download.url (#434)

- Closes #427
This commit is contained in:
Hsiao-nan Cheung 2019-09-22 19:45:04 +08:00 committed by Jakub Čábera
parent ed8673d7eb
commit 01b4d9ac6a

View File

@ -6,22 +6,22 @@
"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-4.0-amd64.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-amd64.exe#/jira.exe",
"hash": "6a6c4a897c543a2cf5b7d42c7c41577d4dd00e556162086321fdd02d02ef3063" "hash": "5c615cc601951b053cbf050d70fe02b10dbaf26f7493982f08e472f4d0ede49a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-386.exe#/jira.exe", "url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-386.exe#/jira.exe",
"hash": "c31fb1cad1754a29a84a42a354786f04d519b2f6918477a69b01abc9bdbd6780" "hash": "293e7437715f6792cd1e8ffd224c8c197e88c147b84958f5d9c40234b8ac4142"
} }
}, },
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "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": { "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"
} }
} }
} }