diff options
| author | Matthias Kuhn <matthias@opengis.ch> | 2021-07-20 01:42:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-19 16:42:44 -0700 |
| commit | 7c42464ca6588dda1c2a11546e7a32b9a89a7aac (patch) | |
| tree | 667b493a2e8162589b411a3667d9ebde6d4a5fa7 /versions | |
| parent | 3a28333d605f92f8659f3af1137324b2d9886101 (diff) | |
| download | vcpkg-7c42464ca6588dda1c2a11546e7a32b9a89a7aac.tar.gz vcpkg-7c42464ca6588dda1c2a11546e7a32b9a89a7aac.zip | |
[exiv2] Make add nls feature (#18964)
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/e-/exiv2.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a9ab8edda..2bb97dcd7 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1898,7 +1898,7 @@ }, "exiv2": { "baseline": "0.27.4", - "port-version": 0 + "port-version": 1 }, "expat": { "baseline": "2.4.1", diff --git a/versions/e-/exiv2.json b/versions/e-/exiv2.json index f02a909cc..5673a816d 100644 --- a/versions/e-/exiv2.json +++ b/versions/e-/exiv2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1e93f266421999dd82b931b2dbf672d255b14b43", + "version": "0.27.4", + "port-version": 1 + }, + { "git-tree": "f716a33e59b24c79140216d836644fe0603e322b", "version": "0.27.4", "port-version": 0 |
