mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 02:24:50 +00:00
git-credential-oauth: Add version 0.17.2 (#7525)
This commit is contained in:
parent
3b58828f48
commit
b8f93521cb
35
bucket/git-credential-oauth.json
Normal file
35
bucket/git-credential-oauth.json
Normal file
@ -0,0 +1,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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user