Skip to content

Commit

Permalink
Merge pull request Homebrew#183610 from Homebrew/bump-gopls-0.16.2
Browse files Browse the repository at this point in the history
gopls 0.16.2
  • Loading branch information
BrewTestBot authored Sep 5, 2024
2 parents 6da92ab + e4674d4 commit 0a9d7d5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gopls.rb
Original file line number Diff line number Diff line change
@@ -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.16.1.tar.gz"
sha256 "0805bb9d3bfa51334b4d45a3182daea3e77ecbe27f4ddc672841ec72f63ed20a"
url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.16.2.tar.gz"
sha256 "be68b3159fcb8cde9ebb8b468f67f03531c58be2de33edbac69e5599f2d4a2c1"
license "BSD-3-Clause"

livecheck do
Expand All @@ -12,13 +12,13 @@ class Gopls < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af86ee6cf93a8666e2f0572d6e161d2133513a184fcbb9d28fd238d5cb415c77"
sha256 cellar: :any_skip_relocation, arm64_ventura: "85f5b3ea2807379962554d963ffff07ed778c3cf9b21acf76b74bfc0c3208fac"
sha256 cellar: :any_skip_relocation, arm64_monterey: "278e33bcf2ca501759948770303f141fa8df2899e479531889c2e40190c16bc6"
sha256 cellar: :any_skip_relocation, sonoma: "ca91d403b3b2e214b5c0977dc630d361eb77174503a129cb3e5831498fc67f05"
sha256 cellar: :any_skip_relocation, ventura: "f2215bb94906681c166db96aed6cd5000eef23c881680c5dc9ec64c6b9dcbf1f"
sha256 cellar: :any_skip_relocation, monterey: "50b911c8deefdbd694c5a00f4ad3d28280079d2c2a6bcbeb73943a30ef1e683c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "918229b1da008c7ec402d500b24d1a959509df7f34d13a651440a997739fffb3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
sha256 cellar: :any_skip_relocation, sonoma: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
sha256 cellar: :any_skip_relocation, ventura: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
sha256 cellar: :any_skip_relocation, monterey: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae3af2df59d74264cce09c7e6841526f91c600ec34b178fbd17162933747058d"
end

depends_on "go" => :build
Expand Down

0 comments on commit 0a9d7d5

Please sign in to comment.