Skip to content

Instantly share code, notes, and snippets.

@tsuu32
Created August 6, 2021 15:34
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 tsuu32/c434072b8e0eee5d8fa1789f4f84bba9 to your computer and use it in GitHub Desktop.
Save tsuu32/c434072b8e0eee5d8fa1789f4f84bba9 to your computer and use it in GitHub Desktop.
Scoop App Manifest for gitb
{
"version": "2.4.0",
"description": "A command line tool for using Backlog’s git comfortably.",
"homepage": "https://gitb.vvatanabe.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/vvatanabe/gitb/releases/download/2.4.0/gitb_2.4.0_windows_amd64.zip",
"hash": "ff21d5b7c2d7d38bf6067b63a2e6cde1dbe38dbdf0302f220f5354196a59c3c8",
"extract_dir": "gitb_2.4.0_windows_amd64"
},
"32bit": {
"url": "https://github.com/vvatanabe/gitb/releases/download/2.4.0/gitb_2.4.0_windows_386.zip",
"hash": "7819c15a1a64df737222ade61d114dc69188d504a9a212faed53e7f96cd1b225",
"extract_dir": "gitb_2.4.0_windows_386"
}
},
"bin": "gitb.exe",
"checkver": {
"github": "https://github.com/vvatanabe/gitb"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vvatanabe/gitb/releases/download/$version/gitb_$version_windows_amd64.zip",
"extract_dir": "gitb_$version_windows_amd64"
},
"32bit": {
"url": "https://github.com/vvatanabe/gitb/releases/download/$version/gitb_$version_windows_386.zip",
"extract_dir": "gitb_$version_windows_386"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment