File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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
@@ -22,12 +22,6 @@ class Open62541 < Formula
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
You can’t perform that action at this time.
0 commit comments