Skip to content

Commit b8f9352

Browse files
authored
git-credential-oauth: Add version 0.17.2 (#7525)
1 parent 3b58828 commit b8f9352

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

bucket/git-credential-oauth.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"version": "0.17.2",
3+
"description": "A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.",
4+
"homepage": "https://github.com/hickford/git-credential-oauth",
5+
"license": "Apache-2.0",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_amd64.zip",
9+
"hash": "268a95e29fa8b56f1f42d65bf4a7465aefb74e9b671dd656129f6207151e0aae"
10+
},
11+
"32bit": {
12+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_386.zip",
13+
"hash": "867795451da36b1d77d645cbce261304be8cb042a47953b20338d6748c5a1e40"
14+
},
15+
"arm64": {
16+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_arm64.zip",
17+
"hash": "2b1d3656561ef54049920239017bd9395a4ee0bdfe279a6b1e02ce4c8c7cd362"
18+
}
19+
},
20+
"bin": "git-credential-oauth.exe",
21+
"checkver": "github",
22+
"autoupdate": {
23+
"architecture": {
24+
"64bit": {
25+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_amd64.zip"
26+
},
27+
"32bit": {
28+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_386.zip"
29+
},
30+
"arm64": {
31+
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_arm64.zip"
32+
}
33+
}
34+
}
35+
}

0 commit comments

Comments
 (0)