diff options
| author | Ludek Vodicka <ludek.vodicka@orm-designer.com> | 2021-01-25 10:28:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 01:28:50 -0800 |
| commit | 652f267816d005fbd54161c4c8ca397ee100eff1 (patch) | |
| tree | c7b80b28dc45e687ed33ab37df916114abae3ae8 /versions | |
| parent | 496f9e4fa46ad65e79a6ffb0185996d92c076eec (diff) | |
| download | vcpkg-652f267816d005fbd54161c4c8ca397ee100eff1.tar.gz vcpkg-652f267816d005fbd54161c4c8ca397ee100eff1.zip | |
[libxslt] Fixed macos build (#15806)
* Fixed macos build
Fixed missing libiconv library on osx build
* [libxslt] Bump version
* update version record
* update baseline
* [libxslt] Add Support field.
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libxslt.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 5fb557730..28eece539 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3482,7 +3482,7 @@ }, "libxslt": { "baseline": "1.1.33", - "port-version": 8 + "port-version": 9 }, "libyaml": { "baseline": "0.2.5", diff --git a/versions/l-/libxslt.json b/versions/l-/libxslt.json index 66c70404c..722fbe014 100644 --- a/versions/l-/libxslt.json +++ b/versions/l-/libxslt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "210c2ecb911a6c2445806f30a98a3f2c9a9177dc", + "version-string": "1.1.33", + "port-version": 9 + }, + { "git-tree": "a737eb337f73e61e189204c657dc32332ba0adf8", "version-string": "1.1.33", "port-version": 8 |
