diff options
| author | Jafar Abdi <cafer.abdi@gmail.com> | 2021-09-08 07:48:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-07 21:48:24 -0700 |
| commit | e8661320ba1ca4a67e5fa57d62a6b220731f0635 (patch) | |
| tree | b6e7ef8091a8ecb149723c6315e5918516c6e63f /versions | |
| parent | d1657f4c9b0dedbfd917fc3ffba16f0e106b9fb5 (diff) | |
| download | vcpkg-e8661320ba1ca4a67e5fa57d62a6b220731f0635.tar.gz vcpkg-e8661320ba1ca4a67e5fa57d62a6b220731f0635.zip | |
[libharu] Fix renaming library when one of the build type is selected (#19979)
* libharu: Fix renaming library when build type is either release or debug
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Run vcpkg x-add-version --all
* Small changes
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libharu.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 528f2b2d1..9df7bc0ec 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3305,8 +3305,8 @@ "port-version": 0 }, "libharu": { - "baseline": "2017-08-15-9", - "port-version": 0 + "baseline": "2017-08-15", + "port-version": 10 }, "libhdfs3": { "baseline": "2019-11-05", diff --git a/versions/l-/libharu.json b/versions/l-/libharu.json index 6b3132ff4..e08b48e1b 100644 --- a/versions/l-/libharu.json +++ b/versions/l-/libharu.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "312f4b697d2f46818c218e270bd447cdeb76322c", + "version-string": "2017-08-15", + "port-version": 10 + }, + { "git-tree": "61662ee1cfa10c3e5244a43e24eb1f47e524c293", "version-string": "2017-08-15-9", "port-version": 0 |
