diff options
| author | Long Huan <8551701+longhuan2018@users.noreply.github.com> | 2021-04-20 04:53:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 13:53:29 -0700 |
| commit | 68fc55c971ee7791277b9d0cfc4a9c1a881faff3 (patch) | |
| tree | 47e7db1b5be0e317bec54a2a86208f6636f3d4d8 /versions | |
| parent | 1826fb87756e5cc3010e2a76041c0dfe3533c9bd (diff) | |
| download | vcpkg-68fc55c971ee7791277b9d0cfc4a9c1a881faff3.tar.gz vcpkg-68fc55c971ee7791277b9d0cfc4a9c1a881faff3.zip | |
[gdal] Update to 3.2.2 (#15292)
* update
* update
* update
* Update portfile.cmake
* update
* Revert "update"
This reverts commit 103cc600cfee1c20544db11459811e1edffbc98e.
* update
* Update portfile.cmake
* update
* update
* update
* update
* update
* update
* update
* fix linux build
* fix linux libxml2 error
* Update gdal.json
* Update ports/gdal/vcpkg.json
* update version record
* update gdal to 3.2.2
* update version
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/g-/gdal.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 7812ac680..5c0d70a43 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2157,8 +2157,8 @@ "port-version": 0 }, "gdal": { - "baseline": "3.1.3", - "port-version": 4 + "baseline": "3.2.2", + "port-version": 0 }, "gdcm": { "baseline": "3.0.7", diff --git a/versions/g-/gdal.json b/versions/g-/gdal.json index f53bc429f..09828f502 100644 --- a/versions/g-/gdal.json +++ b/versions/g-/gdal.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "bb182d21db781421272dccf7c43273c746480c05", + "version-semver": "3.2.2", + "port-version": 0 + }, + { "git-tree": "b503a5dd67c0251115346ebfc05551bc8f36c06f", "version-string": "3.1.3", "port-version": 4 |
