2019-09-17 02:00:16 +00:00

29 lines
1.2 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-4.0-amd64.exe#/jira.exe",
"hash": "6a6c4a897c543a2cf5b7d42c7c41577d4dd00e556162086321fdd02d02ef3063"
},
"32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.21/jira-windows-4.0-386.exe#/jira.exe",
"hash": "c31fb1cad1754a29a84a42a354786f04d519b2f6918477a69b01abc9bdbd6780"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-4.0-amd64.exe#/jira.exe"
},
"32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v$version/jira-windows-4.0-386.exe#/jira.exe"
}
}
}
}