File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11class FennelLs < Formula
22 desc "Language Server for Fennel"
33 homepage "https://git.sr.ht/~xerool/fennel-ls/"
4- url "https://git.sr.ht/~xerool/fennel-ls/archive/0.2.1 .tar.gz"
5- sha256 "564c9db4565decad5495e6112e025baeeb41000b03b82f237854e485f814f74b "
4+ url "https://git.sr.ht/~xerool/fennel-ls/archive/0.2.2 .tar.gz"
5+ sha256 "38b5e45098f3f317d2c45a2898902795b18c6801577016df9151e54721bb667a "
66 license "MIT"
77
88 bottle do
9- sha256 cellar : :any_skip_relocation , all : "07813eac3528489a90fd5ac7c0d3e56210f6783021a4e9abb51b069edf456515"
9+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "d1662af687fab82378d2a7a6defa17eaecdd45f5d2fe1fdb96ad3d54b4b0f915"
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "d1662af687fab82378d2a7a6defa17eaecdd45f5d2fe1fdb96ad3d54b4b0f915"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "d1662af687fab82378d2a7a6defa17eaecdd45f5d2fe1fdb96ad3d54b4b0f915"
12+ sha256 cellar : :any_skip_relocation , sonoma : "d1662af687fab82378d2a7a6defa17eaecdd45f5d2fe1fdb96ad3d54b4b0f915"
13+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5cc1f870f47958e1b37446c8d34fd59598562b068e398ad006150b1519e3728f"
1014 end
1115
1216 depends_on "pandoc" => :build
1317 depends_on "lua"
1418
1519 def install
16- # upstream has bump the version to 0.2.2-dev, https://git.sr.ht/~xerool/fennel-ls/commit/6826c7584d35660aac0fc52f3db7a13c52542f3b
17- # upstream bug report, https://todo.sr.ht/~xerool/fennel-ls/87
18- inreplace "src/fennel-ls/utils.fnl" , "0.2.0" , version . to_s
19-
2020 system "make"
2121 system "make" , "PREFIX=#{ prefix } " , "install"
2222 end
You can’t perform that action at this time.
0 commit comments