11class 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.14 .0.tar.gz"
5- sha256 "af07f2a621b876cb77a4dfa376bdab0df2e1b0b210816bb26e73e56878367634 "
4+ url "https://github.com/elijah-potter/harper/archive/refs/tags/v0.15 .0.tar.gz"
5+ sha256 "b04655b10e45b82ba8a32f721b5077e6075c511f6b6f5d1279128ad86f016b1c "
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 : "148b0697862806b203e6c7858835277ab3033ec5c3c34e4d6a75b5d6e5d81676 "
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "80e3409272625fc56ebe9b099569471e473438790ba84449e36389d5adfe0102 "
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "801e9de612fd3326e608db9fb008a4662bf5395ad12e8cad0d2058720bae91d1 "
13- sha256 cellar : :any_skip_relocation , sonoma : "af584e7ecae36e366ce27c8b230071205e1238b010b6ec085979a2946e9bdcec "
14- sha256 cellar : :any_skip_relocation , ventura : "79b36d95793eb31bdc131811aea09e44a7b07e980486b3d13b815377b719edf0 "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "e33e46db626a6ed286187fefd19e48285d972a82cfbdd5e4333ab5d7c6a2428f "
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "74f56715d841d5201bce5d0d1f524073ddc225db942c2560257a809d497f904a "
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "119f04e51dcefa41d5fa66bcf55a8b2b754d2e0585bc79ff45a04728591bc90f "
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "389fc2c24b50e2cdecf0aeb1be96861fb20728deaca6233421bdf0e1950ea4ef "
13+ sha256 cellar : :any_skip_relocation , sonoma : "a18c374d2934e7ffbed67f4f92a1a67ded4848b717e258c9a83bd019eb57cd50 "
14+ sha256 cellar : :any_skip_relocation , ventura : "3817496fb2d8b9f501af754afabc3a359fd2d2dc24ff3066775f0c4111194d51 "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "f0189b2dabdadd727e5f68bb5bc0f8e30dabb224d2b4c4bfb1a550cd655013c9 "
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 "A " , output . lines . first . chomp
39+ assert_equal "B " , output . lines . first . chomp
4040
4141 # test harper-ls
4242 json = <<~JSON
0 commit comments