Skip to content

Commit c927516

Browse files
authored
Merge pull request Homebrew#228604 from Homebrew/bump-dependabot-1.68.0
dependabot 1.68.0
2 parents ba128e9 + 655cfbe commit c927516

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.1.tar.gz"
5-
sha256 "d5ea07080038dcd569c8bf0992933398230b3fbf545d440a627c6d3fdc697b4d"
4+
url "https://github.com/dependabot/cli/archive/refs/tags/v1.68.0.tar.gz"
5+
sha256 "3501d5d2fc112130633e97e95b53625a2ae0b3e0415e97019843685e940b8380"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "56f8d2c79a8a82cb8fb583c292625beea1db373ea454d02efab68166e783618b"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "56f8d2c79a8a82cb8fb583c292625beea1db373ea454d02efab68166e783618b"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "56f8d2c79a8a82cb8fb583c292625beea1db373ea454d02efab68166e783618b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f1243dece42b871b756921b4e7a13eb83455a4b337b9c2af8535c61f6396dca9"
14+
sha256 cellar: :any_skip_relocation, ventura: "f1243dece42b871b756921b4e7a13eb83455a4b337b9c2af8535c61f6396dca9"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "95737d0e95c4fe7a7f47522560886f867f3d45fe369abfbae0e90a10bb53b5ce"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)