11class Libvoikko < Formula
22 desc "Linguistic software and Finnish dictionary"
33 homepage "https://voikko.puimula.org/"
4- url "https://www.puimula.org/voikko-sources/libvoikko/libvoikko-4.3.2 .tar.gz"
5- sha256 "0156c2aaaa32d4b828addc7cefecfcea4591828a0b40f0cd8a80cd22f8590da2 "
4+ url "https://www.puimula.org/voikko-sources/libvoikko/libvoikko-4.3.3 .tar.gz"
5+ sha256 "d1162965c61de44f72162fd87ec1394bd4f90f87bc8152d13fe4ae692fdc73fa "
66 license "GPL-2.0-only"
77
88 livecheck do
@@ -11,17 +11,13 @@ class Libvoikko < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_sequoia : "5aa1e0f646f3533e698c59cc3c281fc5498408c410567e9d19950d44ed9e9612"
15- sha256 cellar : :any , arm64_sonoma : "8957b0f49a5a0b2341645f36962a931cbe141000aef931db14cfdf0e303b194c"
16- sha256 cellar : :any , arm64_ventura : "b7a92f298b4e10b01505b6933f61bc858f0bc0713c825194802a8eae652dad20"
17- sha256 cellar : :any , arm64_monterey : "a838e8ec04c3643544b3b832b31c8f62dddff8135f15c86548f07c1dcb78ebb3"
18- sha256 cellar : :any , arm64_big_sur : "1aad5d6a19c008bac0ded55478ade1f5b1535a29b7f4eb1130c5a1ca61c06946"
19- sha256 cellar : :any , sonoma : "eb4956d52a0ce511f0be35d33e29fc53c8a967ae9d27d13ceed9d9be649b8256"
20- sha256 cellar : :any , ventura : "9f0e09cb95209e847f281cbfcaec7375637a726c36df6ff2d29d9954225b8846"
21- sha256 cellar : :any , monterey : "121c5c56e2d25d74e01d3d9ae1d3ddc885dcf1336fabf9b75bfa4f191e8bd9b7"
22- sha256 cellar : :any , big_sur : "8b613d992e6e2d7311447d13a07b02a9c8ac42f60634c60c4be798b2fd872b9d"
23- sha256 arm64_linux : "10b52c16eb1d4789c71c520e31492c024e085717a1eb85e7fa000896a6626241"
24- sha256 cellar : :any_skip_relocation , x86_64_linux : "3867449e1d923fd8c032734cf0e211f8b02e2afaa7e8d20797e4d700d2291931"
14+ sha256 arm64_sequoia : "5618bf21692759e6d99d69328f3f0e7035e6efc7a4c11d859b5773f1ee198cb3"
15+ sha256 arm64_sonoma : "319abe25e1227db8601a1ba59193e486341c5bfb056a44da5852ffa325ac93dc"
16+ sha256 arm64_ventura : "696e90c6f8e41b0a6fef11d7866014f9788bcae267e7d06022a8a61b71cab86c"
17+ sha256 cellar : :any , sonoma : "1e6b95aadf093c5f52b77ffcf352fbfd64b462038b416354cda56f4b96403e94"
18+ sha256 cellar : :any , ventura : "ec5e2e1976c7dfd2fc89331f972d032f1026db0e3ef668f987616794e3165a34"
19+ sha256 arm64_linux : "4dcadd2f02546ee0864e8381f043f7f6369447b9239a8337d71d6728f731cd5d"
20+ sha256 x86_64_linux : "3e8b94f4739855622459da189323479bcb0fa44a715c6fdf7decf46a67e49553"
2521 end
2622
2723 depends_on "foma" => :build
@@ -33,6 +29,11 @@ class Libvoikko < Formula
3329 resource "voikko-fi" do
3430 url "https://www.puimula.org/voikko-sources/voikko-fi/voikko-fi-2.5.tar.gz"
3531 sha256 "3bc9b0a0562526173957bf23b5caaf57b60ecc53be63fc16874118002ec620f1"
32+
33+ livecheck do
34+ url "https://www.puimula.org/voikko-sources/voikko-fi/"
35+ regex ( /href=.*?voikko-fi[._-]v?(\d +(?:\. \d +)+)\. t/i )
36+ end
3637 end
3738
3839 def install
0 commit comments