Skip to content

Commit 0327f36

Browse files
BrewTestBotdaeho-ro
authored andcommitted
open62541 1.4.10
1 parent 9c4bd1c commit 0327f36

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/o/open62541.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)