diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-01-22 23:02:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 14:02:31 -0800 |
| commit | a66c5ec3859cf2f619fd41fb42389859f7edc848 (patch) | |
| tree | 639f8e132c4864d83f32200e5a5391fc95a200c8 /versions | |
| parent | 3b433e5081f35a32331492d98a8b0c1c2477048e (diff) | |
| download | vcpkg-a66c5ec3859cf2f619fd41fb42389859f7edc848.tar.gz vcpkg-a66c5ec3859cf2f619fd41fb42389859f7edc848.zip | |
[tiff] add vcpkg_fixup_pkgconfig for tiff (#15734)
* [tiff] add vcpkg_fixup_pkgconfig for tiff
* add version
* fix tiff deps in *.pc file
* update version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tiff.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index f24351b87..c6a99c7cb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5698,7 +5698,7 @@ }, "tiff": { "baseline": "4.1.0", - "port-version": 0 + "port-version": 1 }, "tinkerforge": { "baseline": "2.1.25", diff --git a/versions/t-/tiff.json b/versions/t-/tiff.json index 0a4bb5b3c..d3ad7ef0a 100644 --- a/versions/t-/tiff.json +++ b/versions/t-/tiff.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "8bb1dc9606c9b3573f08bcf6befad16ac730f287", + "version-string": "4.1.0", + "port-version": 1 + }, + { "git-tree": "c2beac2991ae6df4dfeaf0a3b158092a78128214", "version-string": "4.1.0", "port-version": 0 |
