diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index a3be8a8d1d34..cefbfbafb24e 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -1,19 +1,18 @@ class Dependabot < Formula desc "Tool for testing and debugging Dependabot update jobs" homepage "https://github.com/dependabot/cli" - url "https://github.com/dependabot/cli/archive/refs/tags/v1.80.0.tar.gz" - sha256 "c80968da8401d8eabfe54b1269216da19dbf0d11e274166097bfb4a812480ba1" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.81.0.tar.gz" + sha256 "0ebd3ee1be5f17ffdc9873899f6606bd287efcc9a6ce1a954450c2cc3d8f3205" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_tahoe: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, sonoma: "7543513762d685ee7eaaca304cd5d35cd1423eab85a76baac006ffd24a0b1d97" - sha256 cellar: :any_skip_relocation, arm64_linux: "d7ead60c26fddb71455311f05244f005039e04aa8d5641ac64fe549e371fd467" - sha256 cellar: :any_skip_relocation, x86_64_linux: "711d2890cfc3dcad998bc83e6f1eee9d3fb2cedba8b2e7d86ea33c35c22c7778" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, sonoma: "3c4b06c7d6e46d894f29e88a1e7d2da2dd6485f64397d03b08c55d809b2140e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "a033eecba1926bc6b278ab4b8c9c5fdb2171cb46168a358855aba5111448fe65" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a559265d4280e80b29e327776504011be8201ebbc11e50c8d44e52f67cadd5a" end depends_on "go" => :build