Skip to content

Commit

Permalink
Merge pull request #201672 from Homebrew/bump-delve-1.24.0
Browse files Browse the repository at this point in the history
delve 1.24.0
  • Loading branch information
BrewTestBot authored Dec 18, 2024
2 parents 036f7a7 + 6c850d5 commit d194ec3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/d/delve.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
class Delve < Formula
desc "Debugger for the Go programming language"
homepage "https://github.com/go-delve/delve"
url "https://github.com/go-delve/delve/archive/refs/tags/v1.23.1.tar.gz"
sha256 "52554d682e7df2154affaa6c1a4e74ead1fe53959ac630f1118317031160a47d"
url "https://github.com/go-delve/delve/archive/refs/tags/v1.24.0.tar.gz"
sha256 "940fc50d6338dfe515982ac5fcc3247616f23e2652048ac4f2b439ebd51741c1"
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f830283f8e3efd8131e88774f925994e007821c553063bbe89cc92b7c19381b7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f830283f8e3efd8131e88774f925994e007821c553063bbe89cc92b7c19381b7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f830283f8e3efd8131e88774f925994e007821c553063bbe89cc92b7c19381b7"
sha256 cellar: :any_skip_relocation, sonoma: "3da45578bc1d681644ba862dc74074cb1b38f2c26928e11bab3faaaac5a7575f"
sha256 cellar: :any_skip_relocation, ventura: "3da45578bc1d681644ba862dc74074cb1b38f2c26928e11bab3faaaac5a7575f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c9c726e7f65f686aded93c0cc59ba2933361be5b7f02b71ca7eb79aa831be88"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "40340281872fe91679ea33a22c4f1388d2400655ae42f0a3c740c3dc011042ee"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "40340281872fe91679ea33a22c4f1388d2400655ae42f0a3c740c3dc011042ee"
sha256 cellar: :any_skip_relocation, arm64_ventura: "40340281872fe91679ea33a22c4f1388d2400655ae42f0a3c740c3dc011042ee"
sha256 cellar: :any_skip_relocation, sonoma: "9c660327dcfd548d67dbe7bb62c0862fb96e702d703f39075215b0f7266cedf7"
sha256 cellar: :any_skip_relocation, ventura: "9c660327dcfd548d67dbe7bb62c0862fb96e702d703f39075215b0f7266cedf7"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ba5dbcf2d6e69c0cd0324bdc83e34e9783ea442508ca577c5abb6e508a7e304d"
end

depends_on "go" => :build
Expand Down

0 comments on commit d194ec3

Please sign in to comment.