mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 00:51:18 +00:00
29 lines
1.2 KiB
JSON
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.18",
|
|
"license": "Apache-2.0",
|
|
"bin": "jira.exe",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.18/jira-windows-4.0-amd64.exe#/jira.exe",
|
|
"hash": "da57207e9998c0ca7a1fedd8dda9a484c65e8c48fae9b7dbabe7026325567aec"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Netflix-Skunkworks/go-jira/releases/download/v1.0.18/jira-windows-4.0-386.exe#/jira.exe",
|
|
"hash": "fa5439ad1223ab171feecbbaee40fee98c2a0eb04240c6257035978824457c54"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|