gspell: revision bump
gspell hardcodes the path to the iso-codes Cellar in its library. It find this path by querying iso-codes' pkg-config file. This means that whenever iso-codes is updated, gspell needs a bump to get rebuilt. Closes #13390. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
34522f3da9
commit
9f9817ab96
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ class Gspell < Formula
|
||||||
homepage "https://wiki.gnome.org/Projects/gspell"
|
homepage "https://wiki.gnome.org/Projects/gspell"
|
||||||
url "https://download.gnome.org/sources/gspell/1.4/gspell-1.4.1.tar.xz"
|
url "https://download.gnome.org/sources/gspell/1.4/gspell-1.4.1.tar.xz"
|
||||||
sha256 "442f88fecd7f9e00a6a9d0af2d762744dd3c119217ff11d6739500f75b0f10be"
|
sha256 "442f88fecd7f9e00a6a9d0af2d762744dd3c119217ff11d6739500f75b0f10be"
|
||||||
|
revision 1
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha256 "d018460f00f0b8f369c45995076d1e5d7bab4cc0a5813cc9473c0ca95206c7cf" => :sierra
|
sha256 "d018460f00f0b8f369c45995076d1e5d7bab4cc0a5813cc9473c0ca95206c7cf" => :sierra
|
||||||
|
|
Loading…
Reference in a new issue