Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
delve: update 1.25.0 bottle.
  • Loading branch information
BrewTestBot committed Jun 16, 2025
commit e9177e87488564efc121e7455501f78822b8a3b0
12 changes: 6 additions & 6 deletions Formula/d/delve.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ class Delve < Formula
head "https://github.com/go-delve/delve.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a13bd7c4078234dded9ffbef666bfcb4e809711c6a01503b923becffe9aa6601"
sha256 cellar: :any_skip_relocation, sonoma: "c4c37c81f6785a6c4584e4fb038a5d67dff0afd079bc6a49c08564bc212ac76e"
sha256 cellar: :any_skip_relocation, ventura: "c4c37c81f6785a6c4584e4fb038a5d67dff0afd079bc6a49c08564bc212ac76e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3516b907362af6a4150146eafe45a30761a5d7c026a9104f6e712d05669fb2c6"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bb52067991189975a07e77ae32264452c9569304860c454f2a3718f91e2cea58"
sha256 cellar: :any_skip_relocation, sonoma: "df374d568e2b22e033e11a699ab461586b32d70d2e3ad9c5e239c02491f3769f"
sha256 cellar: :any_skip_relocation, ventura: "df374d568e2b22e033e11a699ab461586b32d70d2e3ad9c5e239c02491f3769f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d30dea036cd3771598bbab66b0ac58bc2c4f898d2e255de11e00d7eb42d5b24"
end

depends_on "go" => :build
Expand Down
Loading