Skip to content

Commit

Permalink
[open62541] Update to v1.0.1 (microsoft#9992)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
yurybura authored Feb 12, 2020
1 parent a7f4954 commit 0360bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/open62541/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions ports/open62541/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

0 comments on commit 0360bc8

Please sign in to comment.