Skip to content

Commit e83f316

Browse files
BrewTestBotbotantony
authored andcommitted
nuspell 5.1.7
1 parent e1fb63a commit e83f316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/nuspell.rb

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

0 commit comments

Comments
 (0)