Skip to content

Commit d402074

Browse files
authored
Merge pull request #250040 from Homebrew/bump-emmylua_ls-0.16.0
emmylua_ls 0.16.0
2 parents 761f760 + e442fb4 commit d402074

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/e/emmylua_ls.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ class EmmyluaLs < Formula
22
desc "Lua Language Server"
33
homepage "https://github.com/EmmyLuaLs/emmylua-analyzer-rust"
44
# The project name is `emmylua-analyzer-rust`, but it contains several crates, not all of which we install.
5-
url "https://github.com/EmmyLuaLs/emmylua-analyzer-rust/archive/refs/tags/0.15.0.tar.gz"
6-
sha256 "6282872ba4f65708d146c2dab1875906fa19cb017e98f4502da05a702811d39c"
5+
url "https://github.com/EmmyLuaLs/emmylua-analyzer-rust/archive/refs/tags/0.16.0.tar.gz"
6+
sha256 "27468c156bfc300a729d7d581749bfef8211c2d7d9871f7ef04846589e7b0a2f"
77
license "MIT"
88
head "https://github.com/EmmyLuaLs/emmylua-analyzer-rust.git", branch: "main"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0999bd482d98ddc307beccd8b36216144620351f0451105f5ce111ef4faa81b7"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2f9070294653aee1b59b6d8d879c98fcbf648ac9f3e0ddde798d5cd648ceea86"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d390f1e5b784eeb282e5b1b5fb33886e23f29082ee87fb7fa3e258a37925b67a"
14-
sha256 cellar: :any_skip_relocation, sonoma: "ed0187c508f74ec9cb23cc66839f48a8504174efdf9fc41757af4584cc3254e1"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "a78889ab89365e173a4f68f103cc269729d73abcd1441aa2a0f2fc82f4e19506"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5d7837951f7545c838f6ae5c14072387b334d264eaa90f04213703d4972eb364"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f9c78d8d27dd002ebd66245373b668e7165708622cf0726a4d17b8261c28ac23"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "46eb7620aceb745e2706b70f27813576a8c6be5277896cd30dd2c049730c62ee"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d4c20bf8aeb2ff435371c3da9a11c6a68feb1e1322a82e23a3d9bd2b3969972c"
14+
sha256 cellar: :any_skip_relocation, sonoma: "9d3343f1ef568320874f346b768caac066fd4cdfee8b900f0590c329101ea46c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "95d8a1b18c41268cfd07b93d3dc60cec639669ecb54653f230e5ca030caa24b4"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "33fde44cc5fdf07a6378b8dc52b5be657943d31f99de4717f5b1eff15b149133"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)