ScoopInstaller_Main/bucket/git-credential-oauth.json

36 lines
1.7 KiB
JSON

{
"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"
}
}
}
}