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 | |
| 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')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/open62541.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index d37be89bb..b62970cbe 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4346,7 +4346,7 @@ }, "open62541": { "baseline": "1.1.2", - "port-version": 0 + "port-version": 1 }, "openal-soft": { "baseline": "1.21.1", 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 |
