File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class Nuspell < Formula
22 desc "Fast and safe spellchecking C++ library"
33 homepage "https://nuspell.github.io/"
4- url "https://github.com/nuspell/nuspell/archive/refs/tags/v5.1.6 .tar.gz"
5- sha256 "5d4baa1daf833a18dc06ae0af0571d9574cc849d47daff6b9ce11dac0a5ded6a "
4+ url "https://github.com/nuspell/nuspell/archive/refs/tags/v5.1.7 .tar.gz"
5+ sha256 "9aee944e86924ce44434741cb950fee8f9a6ff9c4f002803ab5f04698c8e4c68 "
66 license "LGPL-3.0-or-later"
7- revision 4
87
98 bottle do
109 sha256 cellar : :any , arm64_tahoe : "5c3a95852340bbb21b54820e886e41d1fc2b4b8967fd96fe25e020f73d883c0d"
@@ -16,6 +15,7 @@ class Nuspell < Formula
1615 end
1716
1817 depends_on "cmake" => :build
18+ depends_on "doxygen" => :build
1919 depends_on "pandoc" => :build
2020 depends_on "pkgconf" => :test
2121 depends_on "icu4c@78"
You can’t perform that action at this time.
0 commit comments