diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-03-31 20:58:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 11:58:31 -0700 |
| commit | 87ae70da914eeff6c98c5700d61f8fb8b58f893b (patch) | |
| tree | 2a57d9bbb767a562370acb4fdc964f92783ed66a /versions/o- | |
| parent | 8646c6587b69b9294337c2034671b03da3d47291 (diff) | |
| download | vcpkg-87ae70da914eeff6c98c5700d61f8fb8b58f893b.tar.gz vcpkg-87ae70da914eeff6c98c5700d61f8fb8b58f893b.zip | |
[open62541] add amalgamation feature (#16969)
* [open62541] add amalgamation features
* version stuff
* Update versions/baseline.json
* Update ports/open62541/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* update version file
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Diffstat (limited to 'versions/o-')
| -rw-r--r-- | versions/o-/open62541.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/o-/open62541.json b/versions/o-/open62541.json index a8ada2e95..a24c7cee8 100644 --- a/versions/o-/open62541.json +++ b/versions/o-/open62541.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "43c958ba9799820838fdf2332020ef83cacc4595", + "version": "1.1.2", + "port-version": 1 + }, + { "git-tree": "3963c6ad1810891560f00a71c17f14ce53fe290e", "version-string": "1.1.2", "port-version": 0 |
