diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-01-27 14:24:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-27 14:24:07 -0800 |
| commit | f53d9799c3c5212486e57ea82c95dda33b6a0e38 (patch) | |
| tree | 7df9535506bca37751cb6a710cd6c7cf8e7f18fb /versions | |
| parent | 5f215c65fe6e5ae19df981ad02c2d7c29f778a84 (diff) | |
| download | vcpkg-f53d9799c3c5212486e57ea82c95dda33b6a0e38.tar.gz vcpkg-f53d9799c3c5212486e57ea82c95dda33b6a0e38.zip | |
[vcpkg baseline][osgearth] Fix and add dependency tinyxml (#15900)
* [osgearth] Fix and add dependency tinyxml
* update version record
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/osgearth.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 9ddbe7a29..f7f252c0a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4370,7 +4370,7 @@ }, "osgearth": { "baseline": "3.1", - "port-version": 1 + "port-version": 2 }, "osi": { "baseline": "0.108.6", diff --git a/versions/o-/osgearth.json b/versions/o-/osgearth.json index 13b6b3fec..674e0b0ab 100644 --- a/versions/o-/osgearth.json +++ b/versions/o-/osgearth.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "9355b8ad52fcf4998fe4c262f29a4e01fa83b9fa", + "version": "3.1", + "port-version": 2 + }, + { "git-tree": "d194c647fcf69fe345c13ae7b6da3451e4bbddb6", "version": "3.1", "port-version": 1 |
