Skip to content

Commit

Permalink
[open62541] update to v1.4.8 and 1.3.15 (#9883)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvet authored Dec 2, 2024
1 parent 44230fb commit b028f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions O/open62541/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using BinaryBuilder, Pkg

name = "open62541"
version = v"1.3.11"
version = v"1.3.15"
# Collection of sources required to complete build
sources = [
GitSource("https://github.com/open62541/open62541.git",
"1d5066d7efbbb199802e6fa86bfe80191a7eae58")
"3eed1a6d5c5b207c531b2d35ed88aa0a4a4541e5")
]
# Bash recipe for building across all platforms
script = raw"""
Expand Down
4 changes: 2 additions & 2 deletions O/open62541/[email protected]/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
using BinaryBuilder, Pkg

name = "open62541"
version = v"1.4.7"
version = v"1.4.8"

# Collection of sources required to complete build
sources = [
GitSource("https://github.com/open62541/open62541.git",
"d4c5aaa2a755d846d8517f96995d318a66742d42")
"f42c264d8df6a1a4cfff33c879f9229721e858b4")
]

# Bash recipe for building across all platforms
Expand Down

0 comments on commit b028f2d

Please sign in to comment.