File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
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
8- bottle do
9- sha256 cellar : :any_skip_relocation , all : "07813eac3528489a90fd5ac7c0d3e56210f6783021a4e9abb51b069edf456515"
10- end
11-
128 depends_on "pandoc" => :build
139 depends_on "lua"
1410
1511 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-
2012 system "make"
2113 system "make" , "PREFIX=#{ prefix } " , "install"
2214 end
You can’t perform that action at this time.
0 commit comments