[open62541] Update to v1.0.1 (#9992)

* [open62541] Update to v1.0

* Remove dependency on python-six

* Fix CI

* Manually specify the version

* Fix install binaries directory

* Fix end line

* Add homepage and modernize cmake
This commit is contained in:
yurybura 2020-02-12 03:30:31 +03:00 committed by GitHub
parent a7f4954430
commit 0360bc88ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Source: open62541
Version: 1.0
Version: 1.0.1
Homepage: https://open62541.org
Description: open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.

View File

@ -1,12 +1,12 @@
vcpkg_fail_port_install(ON_TARGET "UWP")
set(VERSION v1.0)
set(VERSION v1.0.1)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO open62541/open62541
REF ${VERSION}
SHA512 a1cc614147ee7fc0b4246abb0dd1a3405e330760c1d9d76980700853f136f7562690906cb428bae81232355d03f27c1cdc71da85e23e0cf16167f42d4faff93b
REF e4309754fc2f6ea6508b59ca82e08c27b0118d74 # v1.0.1
SHA512 bfff9e722c5ee70b93abc54fe0b3267c531bbe039d3344376069175b5d5d95324cd9471ad45674c50393fb0259faacfa94eac1814de11dde4538d76f3e74b2bb
HEAD_REF master
PATCHES fix-install-bindir.patch
)