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>
This commit is contained in:
Kris Schneider 2022-10-08 08:16:45 -06:00 committed by GitHub
parent e7e8625180
commit 09fc647a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,21 @@
{
"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"
}
}
}
}