diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index a6311ee5d575..f2eac3896e22 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -7,14 +7,12 @@ class Dependabot < Formula head "https://github.com/dependabot/cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4add3d15ddece3726d1bb617becce4e7f2fe5485da07a8de1b1e9636b4f76227" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bd7e038445aeda191a9a83a923c2e9f9c6c3293e70b99d9ed80cd2b289cb69b5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8310ed4fa7c2e8f346832a29f517b0197bd3d723d1f8f1c4d7b76d0469ad7988" - sha256 cellar: :any_skip_relocation, arm64_monterey: "facbad6559366226753da4aab32209cdfe010a2c937095a1c3e40dfe4c17f34b" - sha256 cellar: :any_skip_relocation, sonoma: "b9172315452a179f36a0004ae3efe55b6186f2b4ca71641af105254cbb4883d9" - sha256 cellar: :any_skip_relocation, ventura: "3b3a3b88843ee47759a7f4b9d342443125ad9d6c47db4c584fbfddc9ded46ed9" - sha256 cellar: :any_skip_relocation, monterey: "a16e641c625d0fffbfaac267226ad5d7781f8c463393d04c52862f29d9bb98dc" - sha256 cellar: :any_skip_relocation, x86_64_linux: "279f57639446189df0c1a2d44c0a935cca45d28e523786a45558f75fa8fe3245" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "acad50fe4b422ac074d9a4fbe5565e33e337d20e631c6b6035ded252294e43ce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "acad50fe4b422ac074d9a4fbe5565e33e337d20e631c6b6035ded252294e43ce" + sha256 cellar: :any_skip_relocation, arm64_ventura: "acad50fe4b422ac074d9a4fbe5565e33e337d20e631c6b6035ded252294e43ce" + sha256 cellar: :any_skip_relocation, sonoma: "0fbeec8990c548013f7d0fb9157ae1f2c6daef0628ef2f62237b19cdba1de644" + sha256 cellar: :any_skip_relocation, ventura: "0fbeec8990c548013f7d0fb9157ae1f2c6daef0628ef2f62237b19cdba1de644" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fcb81b953bfdfb5e1a7799eb96a9869877b66f3b96ee6f7f1b42604b3130d335" end depends_on "go" => :build