Skip to content

Commit

Permalink
beancount-language-server 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and stefanb committed Jan 26, 2025
1 parent b6d72cc commit f2ae5c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Formula/b/beancount-language-server.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BeancountLanguageServer < Formula
desc "Language server for beancount files"
homepage "https://github.com/polarmutex/beancount-language-server"
url "https://github.com/polarmutex/beancount-language-server/archive/refs/tags/v1.3.6.tar.gz"
sha256 "b5f3d156dfbd1508e3e2825fbe87247969bec24a554bab3a5eec81beddca117b"
url "https://github.com/polarmutex/beancount-language-server/archive/refs/tags/v1.3.7.tar.gz"
sha256 "d1da21e518815514ebb1d69e863dc414ce6480ab0eb81e113edb91fca4a5d999"
license "MIT"
head "https://github.com/polarmutex/beancount-language-server.git", branch: "main"

Expand Down Expand Up @@ -40,5 +40,7 @@ def install
stdin.write "Content-Length: #{json.size}\r\n\r\n#{json}"
assert_match(/^Content-Length: \d+/i, stdout.readline)
end

assert_match version.to_s, shell_output("#{bin}/beancount-language-server --version")
end
end

0 comments on commit f2ae5c7

Please sign in to comment.