11class Open62541 < Formula
22 desc "Open source implementation of OPC UA"
33 homepage "https://open62541.org/"
4- url "https://github.com/open62541/open62541/archive/refs/tags/v1.4.9 .tar.gz"
5- sha256 "8735e61391cde0d84e6347a4293d2400b6a72838fb44513caf22d70dfca3a0cf "
4+ url "https://github.com/open62541/open62541/archive/refs/tags/v1.4.10 .tar.gz"
5+ sha256 "1a2e762e50bb6dae8d80029dfb66fdbc432876a004e62d618f7cf1bb5b4f495f "
66 license "MPL-2.0"
77
88 livecheck do
@@ -11,23 +11,17 @@ class Open62541 < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any , arm64_sequoia : "89d09102e2f31d95ee3c67696e8ec74a7771e47de7ef386d96d4029f39125f94 "
15- sha256 cellar : :any , arm64_sonoma : "7f32a56e1034927481e907575462c1bd92fcc590b7b51c81d08155dc84864617 "
16- sha256 cellar : :any , arm64_ventura : "1a09930cae916bffce52dec0e305ec0354023f7f1082a9d692b255500b6cc46f "
17- sha256 cellar : :any , sonoma : "4601c3f191764e7eb7e76cceb82e4f09cd839511ef6e679fd151216b0c0acbf9 "
18- sha256 cellar : :any , ventura : "f1e926a44b53ee2ffe4a59abbf25665a11051c46d54098ab62910885f1ae78e1 "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "62ef12fae4c1b878204994a6bf8197e5eff7fc51cc875929dd560e08f2cbce32 "
14+ sha256 cellar : :any , arm64_sequoia : "0493d584a33cf1e56ca1a0b24cb88c9948bc8b05bca986594726380c30671bef "
15+ sha256 cellar : :any , arm64_sonoma : "4223e38bd51fd7b848a8cdebc1d190b916783de12d2a969e8247aef8d3f75798 "
16+ sha256 cellar : :any , arm64_ventura : "57d3e0619dda7bc8f15a35d44b4a35b8057e79702ef764918305ec83f237a8f9 "
17+ sha256 cellar : :any , sonoma : "086c0815c9d671a4890743765790ecb04dee8ae8dfe025310b4b53c55f5b5b9c "
18+ sha256 cellar : :any , ventura : "a62ea26fa86a71d61c09464f508c44eaf4023042aa2700147ab3408551893123 "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e40a06787eba77e3b954a91b09dc2f9f0233e71098f3aa1e5e709b033005ad05 "
2020 end
2121
2222 depends_on "cmake" => :build
2323 uses_from_macos "python" => :build
2424
25- # fallback to a normal static mutex initializer for macos builds
26- patch do
27- url "https://github.com/open62541/open62541/commit/ddff3a1bd33ccbda6456d9ae2c2d408ea718b47b.patch?full_index=1"
28- sha256 "1f361b583baa3396833370463f2f95fdbac11ed8dda586ac9f3489439590dda1"
29- end
30-
3125 def install
3226 cmake_args = %w[
3327 -DBUILD_SHARED_LIBS=ON
0 commit comments