2018-08-03 07:00:27 +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.19",
"license": "Apache-2.0",
"bin": "jira.exe",
"architecture": {
"64bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.19/jira-windows-4.0-amd64.exe#/jira.exe",
"hash": "274ff4f40dbe33e94eebed08636d5a0d2dc2d668ef4dddba98e30f42d64e1cc0"
},
"32bit": {
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.19/jira-windows-4.0-386.exe#/jira.exe",
"hash": "a9a9355a72a191ec9361f5902dff48df85fb0664cca407eb196e14badadbd921"
}
},
"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"
}
}
}
}