2020-09-12 12:21:03 +02:00

29 lines
1.1 KiB
JSON

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