@@ -3,27 +3,28 @@ class LuaLanguageServer < Formula
33 homepage "https://github.com/LuaLS/lua-language-server"
44 # pull from git tag to get submodules
55 url "https://github.com/LuaLS/lua-language-server.git" ,
6- tag : "3.14 .0" ,
7- revision : "485835e2a89004e1ffc5feb4484dc798a12af69e "
6+ tag : "3.15 .0" ,
7+ revision : "32fec3cc99af8b9a1e45c2455a8c3bd0d3e38f66 "
88 license "MIT"
99 head "https://github.com/LuaLS/lua-language-server.git" , branch : "master"
1010
1111 no_autobump! because : :requires_manual_review
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "c24a86f8a6cf59821965f398d5c3d4654a714cfdd0544b6523408eff61b7f14e"
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "6bcbb78953a2688a19c58da05b82ce658f551b44c2c729555582ee4c55d353cf"
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "9638941d4a7b086d993e351d8381e42bd8a70580816156fce52c551cef39c3b4"
17- sha256 cellar : :any_skip_relocation , sonoma : "c5ea319456b4e4c57b6c9f8e4f57c6d3b3f7f7795a4069bf6578dba33a7d56a2"
18- sha256 cellar : :any_skip_relocation , ventura : "7d65ee2d3dd4b4a48924d17094187d7ce96355967b407f48ea80e8a51efe4e37"
19- sha256 cellar : :any_skip_relocation , arm64_linux : "63a579898faea51de39d3193affba5adcfc965c44e005f0d33b1cc04690df135"
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "cdc5ef22c1980bae8b517ef18f34e1b31bf6a5faa21ba4c94890ce716e3bec7a"
14+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "3102c7b726af1b7f76113a05912a1037b42843c756261660986fcf835323661d"
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4019f44924838952372d203004c67fcf986b7fce830908ce4079bf91309e23af"
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "84a7a14e2a40339cbd484b193d445f1f1a074d0d4e1ae4bf5ffb9343dd14bde2"
17+ sha256 cellar : :any_skip_relocation , sonoma : "2d27ad9d4dd9e02140bfc7517c8154f0d173a826f667951b22492b4f482a8c50"
18+ sha256 cellar : :any_skip_relocation , arm64_linux : "74b6da52eeb2560147f73497d598509521a66f8530d30aaf156f64ca7b0cfb25"
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "1ec93281d45c0ec2e94cfb3f49d9d73c2247eed70ba64d6a7bedde1aac6e20ac"
2120 end
2221
2322 depends_on "ninja" => :build
2423
2524 def install
26- ENV . cxx11
25+ # Workaround until upstream can update bee.lua submodule
26+ color_h = [ "3rd/bee.lua/3rd/fmt/fmt/color.h" , "3rd/luamake/bee.lua/3rd/fmt/fmt/color.h" ]
27+ inreplace color_h , '#include "format.h"' , "\\ 0\n #include <algorithm>"
2728
2829 # disable all tests by build script (fail in build environment)
2930 inreplace buildpath . glob ( "**/3rd/bee.lua/test/test.lua" ) ,
0 commit comments