Skip to content

Commit a4f0321

Browse files
authored
Merge pull request #228046 from Homebrew/bump-dependabot-1.67.1
dependabot 1.67.1
2 parents a7c65c4 + 6088ffe commit a4f0321

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/dependabot.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Dependabot < Formula
22
desc "Tool for testing and debugging Dependabot update jobs"
33
homepage "https://github.com/dependabot/cli"
4-
url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.0.tar.gz"
5-
sha256 "3f6f7fd63425872ccd606270c172e72af9f66aa8df29db90e6953447403c8196"
4+
url "https://github.com/dependabot/cli/archive/refs/tags/v1.67.1.tar.gz"
5+
sha256 "d5ea07080038dcd569c8bf0992933398230b3fbf545d440a627c6d3fdc697b4d"
66
license "MIT"
77
head "https://github.com/dependabot/cli.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "75ae622b0ab8693876bcf380cd4da6dc37c6975962bbe16a17cffde5ccc4a5a0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5"
14-
sha256 cellar: :any_skip_relocation, ventura: "85c45e578a938fc75f51044d7ada9f75d37eb44747a24642b2fb9c474ad49df5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4fe9485b24309304662ea132c5e58621631c1d8766278a2ee055af27d38e9f3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "903c28f2991765922a0c0d33002565b499e206ab5dfa0b7b75302d19bf5cb2bb"
13+
sha256 cellar: :any_skip_relocation, sonoma: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e"
14+
sha256 cellar: :any_skip_relocation, ventura: "808154d0cf97f032c146f342fd3734753b8b90a9fd4dbdafcbf41690f427250e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b318329155ade65fd3372ed07fe118c178d7e05fde64b63074fb85ae6bd0697e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)