diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2019-08-08 16:43:39 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-08 19:43:39 -0400 |
| commit | 9d53b869a59572e088383f36e0a46795c0dbc667 (patch) | |
| tree | a8c6a871344dea86d787db6792f846c5d9bda669 /ports/open62541/CONTROL | |
| parent | 8390d68837a8d538dffa19d00b56e33a940b50f6 (diff) | |
| download | vcpkg-9d53b869a59572e088383f36e0a46795c0dbc667.tar.gz vcpkg-9d53b869a59572e088383f36e0a46795c0dbc667.zip | |
[open62541] Fix flakiness/bugginess (#7607)
- We used to `get-pip` on all non-Linux systems; we should be
downloading and running it only on Windows.
- `get-pip`'s download link was volatile, and the SHA would change. We
now download it from a versioned link, which should not change
As part of these, we bumped the number from 0.30.0-2 to 0.30.0-3
Diffstat (limited to 'ports/open62541/CONTROL')
| -rw-r--r-- | ports/open62541/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/open62541/CONTROL b/ports/open62541/CONTROL index 28bfd2c0b..bff3217bb 100644 --- a/ports/open62541/CONTROL +++ b/ports/open62541/CONTROL @@ -1,3 +1,3 @@ Source: open62541 -Version: 0.3.0-2 +Version: 0.3.0-3 Description: open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0. |
