ScoopInstaller_Main/bucket/git-branchless.json
Kris Schneider 09fc647a20
git-branchless: Add version 0.5.1 (#4003)
* fix hash

* git-branchless: Add version 0.5.1

* Update git-branchless.json

* Update git-branchless.json

* Update git-branchless.json

Co-authored-by: Zliced13 <101912712+KrisSchneider@users.noreply.github.com>
2022-10-08 19:46:45 +05:30

22 lines
798 B
JSON

{
"version": "0.5.1",
"homepage": "https://github.com/arxanas/git-branchless",
"description": "A suite of tools that enhances Git in several ways.",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/arxanas/git-branchless/releases/download/v0.5.1/git-branchless-v0.5.1-x86_64-pc-windows-msvc.zip",
"hash": "B7BCCE425374D8746364AE96B4DD6A4BD0917E28DDBD2665E1DA6E06BA10BF92"
}
},
"bin": "git-branchless.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/arxanas/git-branchless/releases/download/v$version/git-branchless-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}