-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathgit-credential-oauth.json
More file actions
35 lines (35 loc) · 1.7 KB
/
git-credential-oauth.json
File metadata and controls
35 lines (35 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "0.17.2",
"description": "A Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth.",
"homepage": "https://github.com/hickford/git-credential-oauth",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_amd64.zip",
"hash": "268a95e29fa8b56f1f42d65bf4a7465aefb74e9b671dd656129f6207151e0aae"
},
"32bit": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_386.zip",
"hash": "867795451da36b1d77d645cbce261304be8cb042a47953b20338d6748c5a1e40"
},
"arm64": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v0.17.2/git-credential-oauth_0.17.2_windows_arm64.zip",
"hash": "2b1d3656561ef54049920239017bd9395a4ee0bdfe279a6b1e02ce4c8c7cd362"
}
},
"bin": "git-credential-oauth.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/hickford/git-credential-oauth/releases/download/v$version/git-credential-oauth_$version_windows_arm64.zip"
}
}
}
}