Skip to content

Commit 1fb2f65

Browse files
authored
Merge pull request #207195 from Homebrew/bump-harper-0.20.0
harper 0.20.0
2 parents 86015c1 + 70908ea commit 1fb2f65

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/h/harper.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Harper < Formula
22
desc "Grammar Checker for Developers"
33
homepage "https://github.com/elijah-potter/harper"
4-
url "https://github.com/elijah-potter/harper/archive/refs/tags/v0.19.1.tar.gz"
5-
sha256 "257310c97cc757117c7a9ca59d5bc3cfa4c229f0ec433ebc241d487ad6847645"
4+
url "https://github.com/elijah-potter/harper/archive/refs/tags/v0.20.0.tar.gz"
5+
sha256 "3b027e49ecd5196117d41075fc7e849d76ac25fca00ecdac34a5c1ccb4408606"
66
license "Apache-2.0"
77
head "https://github.com/elijah-potter/harper.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "27ecc575eb0d9b9a2cf8ad8d8508974d8f26f9c40e3a7b37dbc7b9e2d9fb15df"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4832d43a72a5eb9f8020b903acf98452765ddf9b2e5b1ac02ed2b5dcc33de0b2"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "61fc3f55f2c952e67006ab279d2b75ed9919ea89cd6b750f97a755bd7d0a6954"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7588a6630c8b6033c2c6fd33d0c3140faf4a92740da219580cb601f6f8216a07"
14-
sha256 cellar: :any_skip_relocation, ventura: "d9c1748088b366d962f410563b2527ce59c6eb130dd24fffb9c1994fb056bfa4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "641b178ac8281a6fc29040527411c912211e776224220bd9418ba72182966d6c"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a47871045ea10ce7dfef39c01822e81df5a35643f2ea0ad4c15ba69c87dfd6eb"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1bb4a91b676b4d50331b05a0bcb18f0c332375609d1d6aa4de24bf811d328d5"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7033ea615b0d2a58e0773254eaa5c4280b2190d7c087ae17a06c8c79223ad3f7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8e273253b59d53a7ab267f692647dac64ac74baad6371c46b101f329738f2d7e"
14+
sha256 cellar: :any_skip_relocation, ventura: "fda48c3a4c3ee713d86ddb5ddd8c6b0d33ae43f0fb801efdae1e301ac1ffb2bf"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b78e6bdc8f17184418ceae9e4466b2da6375b10ca68cf47a4d0af093b0d0ea5"
1616
end
1717

1818
depends_on "rust" => :build
@@ -36,7 +36,7 @@ def install
3636
assert_equal "Word", JSON.parse(output.lines.first)["kind"]["kind"]
3737

3838
output = shell_output("#{bin}/harper-cli words")
39-
assert_equal "B", output.lines.first.chomp
39+
assert_equal "\"B\"", output.lines.first.chomp
4040

4141
# test harper-ls
4242
json = <<~JSON

0 commit comments

Comments
 (0)