Skip to content

Commit

Permalink
[open62541] Upgrade to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WangWeiLin-MV committed May 24, 2024
1 parent 59aeb8f commit 5407473
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 25 deletions.
20 changes: 0 additions & 20 deletions ports/open62541/disable-docs.patch

This file was deleted.

7 changes: 4 additions & 3 deletions ports/open62541/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541
REF "v${VERSION}"
SHA512 8771a70d1f38f2a02f21281200d98fdd8d41d842cc82704155793529a1768beeb2583382f7547e6aaefdab4a17c3130779af792b2a59487889a3cdea4a2fa776
SHA512 e0a2f9e748ee1b27b0bd400d56b6e90602d545c7a5c794ba9a1ccd1ab15bde3c2908440ec1662b4a6980b9e7ffcf532018f8894821405f8edbd5f0168ca4ccf3
HEAD_REF master
PATCHES
disable-docs.patch
)

vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "add_subdirectory(doc)" "")
vcpkg_replace_string("${SOURCE_PATH}/CMakeLists.txt" "include(linting_target)" "")

vcpkg_check_features(
OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
Expand Down
2 changes: 1 addition & 1 deletion ports/open62541/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "open62541",
"version": "1.3.9",
"version": "1.4.1",
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
"homepage": "https://open62541.org",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6393,7 +6393,7 @@
"port-version": 0
},
"open62541": {
"baseline": "1.3.9",
"baseline": "1.4.1",
"port-version": 0
},
"open62541pp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/open62541.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8c397656a9ab00fd509a3ade26ac1d035e72f5c8",
"version": "1.4.1",
"port-version": 0
},
{
"git-tree": "2cab251773b17791187e59d83a27ec09d344a49c",
"version": "1.3.9",
Expand Down

0 comments on commit 5407473

Please sign in to comment.