From 5c2174773ce06a91480930ed28c9496abd7fc3cf Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:02:30 +0000 Subject: [PATCH 1/2] gopls 0.19.0 --- Formula/g/gopls.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index 2c61a368b282..95fceb540b3d 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -1,8 +1,8 @@ class Gopls < Formula desc "Language server for the Go language" homepage "https://github.com/golang/tools/tree/master/gopls" - url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.18.1.tar.gz" - sha256 "e49fae5dd964432a0ea1661868e858acd2aa66aaf7e1c1d646fb8506f15c8e52" + url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.19.0.tar.gz" + sha256 "31fb294f11d5a939a347c4c62ff2b9a92d739a5feab73e7b795bb041367da0c4" license "BSD-3-Clause" head "https://github.com/golang/tools.git", branch: "master" From d989a69074d0a7c5ff468a42e704b218b8a851a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Jun 2025 23:32:26 +0000 Subject: [PATCH 2/2] gopls: update 0.19.0 bottle. --- Formula/g/gopls.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/gopls.rb b/Formula/g/gopls.rb index 95fceb540b3d..ee9093aab92f 100644 --- a/Formula/g/gopls.rb +++ b/Formula/g/gopls.rb @@ -13,12 +13,12 @@ class Gopls < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a51103714879c3a9c45b9da97c4c489179e12292b992c5c5d5190c4f684862c8" - sha256 cellar: :any_skip_relocation, sonoma: "f3e6bae6f127a45cbcece58178bb2a25867e6bc8c209e57ebe58bb815af628cb" - sha256 cellar: :any_skip_relocation, ventura: "f3e6bae6f127a45cbcece58178bb2a25867e6bc8c209e57ebe58bb815af628cb" - sha256 cellar: :any_skip_relocation, x86_64_linux: "71942ac2fc52efc631a25de23fa00ad34ec720d30dbf4d037d5d062bce31ace0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3d0180b09330b40d0bb58174a6411808a542ce4086a0b19b3c6d6a79774a8087" + sha256 cellar: :any_skip_relocation, sonoma: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" + sha256 cellar: :any_skip_relocation, ventura: "8d8dc48ae991fae917c13027521584462b10bf398babbf3ba7d53261a2f931f2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "07932bc79b818b1f1beb0e5f81d4c8f019382c9414ab6e71e672efb12db8e6c1" end depends_on "go" => :build