|
1 | 1 | class GitCredentialOauth < Formula |
2 | 2 | desc "Git credential helper that authenticates in browser using OAuth" |
3 | 3 | homepage "https://github.com/hickford/git-credential-oauth" |
4 | | - url "https://github.com/hickford/git-credential-oauth/archive/refs/tags/v0.13.3.tar.gz" |
5 | | - sha256 "294c101155872d1a440aad31e0e8e85159a41fefa19c83ef86b6d22a5184d189" |
| 4 | + url "https://github.com/hickford/git-credential-oauth/archive/refs/tags/v0.13.4.tar.gz" |
| 5 | + sha256 "fa3f2de33b5a3f5d59aaa48073603eeea5405d750e5264e507c9cd8049f2cc89" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/hickford/git-credential-oauth.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a721f6c5816dda4be104c1f39f9f4bffa025777f9277312132cf0f2dea811b49" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a721f6c5816dda4be104c1f39f9f4bffa025777f9277312132cf0f2dea811b49" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "a721f6c5816dda4be104c1f39f9f4bffa025777f9277312132cf0f2dea811b49" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "313c9263d6ae9b35174b260203a6ea638609663d2e7d80ce250d1c96d1bc8d13" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "313c9263d6ae9b35174b260203a6ea638609663d2e7d80ce250d1c96d1bc8d13" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f86a85230ce4f7c854ae3b816ba3c35ffab8aa99b601f4aaedd565a7440ff7bb" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2bb87e1ddd6a3b9e8a5e215786f3387abea7c5243f356545aa547dbe36640714" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "2bb87e1ddd6a3b9e8a5e215786f3387abea7c5243f356545aa547dbe36640714" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "2bb87e1ddd6a3b9e8a5e215786f3387abea7c5243f356545aa547dbe36640714" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "14257aec08dcf92ca92b1013b81f6129a19a03c98ce11f0c5f2e26f97e828933" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "14257aec08dcf92ca92b1013b81f6129a19a03c98ce11f0c5f2e26f97e828933" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "d3e5d9af07a696b7efd6b288c72cc0e24e8ef3379810644275861ada5aaed2f7" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments