1
1
class Groonga < Formula
2
2
desc "Fulltext search engine and column store"
3
3
homepage "https://groonga.org/"
4
- url "https://github.com/groonga/groonga/releases/download/v14.0.6 /groonga-14.0.6 .tar.gz"
5
- sha256 "d5c693400c9cbe91b63e0b5bc489f9f07af1bd68f12a089ccd1482ef69d6cc6c "
4
+ url "https://github.com/groonga/groonga/releases/download/v14.0.7 /groonga-14.0.7 .tar.gz"
5
+ sha256 "97428e49adb3542cbc0545279b66c53fcd825176be5f231feba8951096ce4095 "
6
6
license "LGPL-2.1-or-later"
7
7
8
8
livecheck do
@@ -11,13 +11,13 @@ class Groonga < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 arm64_sonoma : "d88ede6851be593335d9a39b43a17d66c28f4c6866edaa550cc1f9690fdbb699 "
15
- sha256 arm64_ventura : "45da711ee9caef89c3ceaf68ff006f65da8df4b9e687cbe152ceeba9c3c6362f "
16
- sha256 arm64_monterey : "eaed47839d2fa933ba68653bb36ba8d42f2e5876a3817d48932cac5089d87f76 "
17
- sha256 sonoma : "1dc7a12540c3fd24c63f8a8177f3bd5ac676b53e061b4159d2bb428e9eb03ece "
18
- sha256 ventura : "cf6090cd41bbf43eb03a0e24cea1a02b9e8c7fa0e65f6b7fd4a13b79e52fe7f5 "
19
- sha256 monterey : "1aa16932a3149b41e1586f5d50e46768c52aa3466a4ab804b7e71b3546206e2e "
20
- sha256 x86_64_linux : "fa27cf484de9bf28c151bb9a3d01ff3810a8e165d485e7f830400b8213a87530 "
14
+ sha256 arm64_sonoma : "1939364b135a0ceddca4d16d07544c1dba11e2153994915bd3ab9ae07c445197 "
15
+ sha256 arm64_ventura : "124dd63c68b9038c3bf4d16eb336a5ad7ba829bdf5b6998cf590eb72eae53cdf "
16
+ sha256 arm64_monterey : "45c38aff0067a6ce9a0725d62feab3bf381f2614e7a8e980b865992264ea8f5a "
17
+ sha256 sonoma : "76f8a668729df1d6a37ada70f335f229f42a932793197871cbc5a212c6742d65 "
18
+ sha256 ventura : "24b5bd40c496195e11646ed8a339b3b56d60a110e6e549d82d1c2be978be4965 "
19
+ sha256 monterey : "f4f31ae7a7f4e26d9ef29d881589957a6254c54b89584476163aa4e68e89beff "
20
+ sha256 x86_64_linux : "13602a74b5529f8e02fe4ecd112bc48f06fd23c6b12eb8a665dd7e79daa4fe3b "
21
21
end
22
22
23
23
head do
@@ -34,6 +34,7 @@ class Groonga < Formula
34
34
depends_on "openssl@3"
35
35
36
36
uses_from_macos "libxcrypt"
37
+ uses_from_macos "zlib"
37
38
38
39
on_linux do
39
40
depends_on "glib"
0 commit comments