diff --git a/bucket/jira-cli.json b/bucket/jira-cli.json index 49fe392..010006f 100644 --- a/bucket/jira-cli.json +++ b/bucket/jira-cli.json @@ -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" + } +}