Skip to content

Commit d9abe9f

Browse files
BrewTestBotdaeho-ro
authored andcommitted
fennel-ls 0.2.2
1 parent c711f54 commit d9abe9f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Formula/f/fennel-ls.rb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,14 @@
11
class 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

0 commit comments

Comments
 (0)