File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments