Skip to content

Commit

Permalink
Update - DG
Browse files Browse the repository at this point in the history
  • Loading branch information
alkuzad committed Jan 14, 2024
1 parent c6e69d9 commit 2752be6
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions bucket/jira-cli.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"version": "1.4.0",
"description": "Feature-rich Interactive Jira Command Line",
"homepage": "https://github.com/ankitpokhrel/jira-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v1.4.0/jira_1.4.0_windows_amd64.zip",
"hash": "b37af9734385ff8c57afe28f16a3a2c7a17d75314e9f20c619bb201dbf86230f"
}
},
"extract_dir": "bin",
"bin": [
[
"jira.exe",
"jira"
]
],
"checkver": {
"github": "https://github.com/ankitpokhrel/jira-cli"
},
"autoupdate": {
"url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v$version/jira_$version_windows_amd64.zip"
}
}
{
"version": "1.5.0",
"description": "Feature-rich Interactive Jira Command Line",
"homepage": "https://github.com/ankitpokhrel/jira-cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v1.5.0/jira_1.5.0_windows_x86_64.zip",
"hash": "bcd53a4f89ec47d5a61dca393705d7bdd0c9470cbbced4a7dfc45e71936e99ce"
}
},
"extract_dir": "bin",
"bin": [
[
"jira.exe",
"jira"
]
],
"checkver": {
"github": "https://github.com/ankitpokhrel/jira-cli"
},
"autoupdate": {
"url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v$version/jira_$version_windows_x86_64.zip"
}
}

0 comments on commit 2752be6

Please sign in to comment.