Skip to content

Commit 0a9d7d5

Browse files
authored
Merge pull request Homebrew#183610 from Homebrew/bump-gopls-0.16.2
gopls 0.16.2
2 parents 6da92ab + e4674d4 commit 0a9d7d5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: Formula/g/gopls.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Gopls < Formula
22
desc "Language server for the Go language"
33
homepage "https://github.com/golang/tools/tree/master/gopls"
4-
url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.16.1.tar.gz"
5-
sha256 "0805bb9d3bfa51334b4d45a3182daea3e77ecbe27f4ddc672841ec72f63ed20a"
4+
url "https://github.com/golang/tools/archive/refs/tags/gopls/v0.16.2.tar.gz"
5+
sha256 "be68b3159fcb8cde9ebb8b468f67f03531c58be2de33edbac69e5599f2d4a2c1"
66
license "BSD-3-Clause"
77

88
livecheck do
@@ -12,13 +12,13 @@ class Gopls < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "af86ee6cf93a8666e2f0572d6e161d2133513a184fcbb9d28fd238d5cb415c77"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "85f5b3ea2807379962554d963ffff07ed778c3cf9b21acf76b74bfc0c3208fac"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "278e33bcf2ca501759948770303f141fa8df2899e479531889c2e40190c16bc6"
18-
sha256 cellar: :any_skip_relocation, sonoma: "ca91d403b3b2e214b5c0977dc630d361eb77174503a129cb3e5831498fc67f05"
19-
sha256 cellar: :any_skip_relocation, ventura: "f2215bb94906681c166db96aed6cd5000eef23c881680c5dc9ec64c6b9dcbf1f"
20-
sha256 cellar: :any_skip_relocation, monterey: "50b911c8deefdbd694c5a00f4ad3d28280079d2c2a6bcbeb73943a30ef1e683c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "918229b1da008c7ec402d500b24d1a959509df7f34d13a651440a997739fffb3"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
17+
sha256 cellar: :any_skip_relocation, arm64_monterey: "9ba123574ac5e829f2cbc22e1d25ecbbde34b0a0a57daf1d1756d316dc844425"
18+
sha256 cellar: :any_skip_relocation, sonoma: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
19+
sha256 cellar: :any_skip_relocation, ventura: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
20+
sha256 cellar: :any_skip_relocation, monterey: "ef67a637954689ad1c05e3eff2fe276e0e0e25ab7c8e9b717d3c15e9bbc40f1b"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae3af2df59d74264cce09c7e6841526f91c600ec34b178fbd17162933747058d"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)