Skip to content

Commit

Permalink
[open62541] update to version 1.4.10 (#10359)
Browse files Browse the repository at this point in the history
* [open62541] update to version 1.4.9

* [open62541] update to v1.4.10

* retrigger

* remove riscv for now

* Update O/open62541/[email protected]/build_tarballs.jl

Co-authored-by: Mosè Giordano <[email protected]>

* re-test riscv with openssl3.0.16

---------

Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
thomvet and giordano authored Feb 17, 2025
1 parent ab55a0b commit 8a53d04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.8"
version = v"1.4.10"

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

# Bash recipe for building across all platforms
Expand Down Expand Up @@ -59,8 +59,8 @@ products = [

# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("OpenSSL_jll"; compat="3.0.8")
Dependency("OpenSSL_jll"; compat="3.0.16")
]

# Build the tarballs, and possibly a `build.jl` as well.
# Build the tarballs
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; julia_compat="1.6", preferred_gcc_version=v"7")

0 comments on commit 8a53d04

Please sign in to comment.