Skip to content

Instantly share code, notes, and snippets.

@okmanideep
Last active July 2, 2022 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save okmanideep/2ca132916f75ac15de5317cbc859abec to your computer and use it in GitHub Desktop.
Save okmanideep/2ca132916f75ac15de5317cbc859abec to your computer and use it in GitHub Desktop.
Scoop app manifest for ankitpokhrel/jira-cli
{
"description": "CLI for Atlassian Jira",
"bin": "bin\\jira.exe",
"architecture": {
"64bit": {
"url": "https://github.com/ankitpokhrel/jira-cli/releases/download/v1.0.0-beta.2/jira_1.0.0-beta.2_windows_amd64.zip",
"hash": "c15c9c1b6f8bbecc19ef953874373ee0407e51689aadb820cddaf0a3cfa32359"
}
},
"license": {
"identifier": "MIT",
"url": "https://github.com/ankitpokhrel/jira-cli/blob/main/LICENSE",
},
"homepage": "https://github.com/ankitpokhrel/jira-cli",
"version": "1.0.0-beta.2",
"checkver": {
"github": "https://github.com/ankitpokhrel/jira-cli"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment