diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-10-06 01:22:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-05 16:22:00 -0700 |
| commit | 4584197cb02a471528e45749916c33a96b83288c (patch) | |
| tree | 3e433c62219a3d2398a6425049a352513fa16386 /versions | |
| parent | 3469e10df5bbea3ec8dfdf0e50829a8f9e0897ab (diff) | |
| download | vcpkg-4584197cb02a471528e45749916c33a96b83288c.tar.gz vcpkg-4584197cb02a471528e45749916c33a96b83288c.zip | |
[libspatialite] Revise portfile and update to 5.0.1 (#20445)
* Modernize portfile
* Update indentation
* Update to 5.0.1
* Don't enable legacy PROJ API on Windows
* Fix copyright
* Update versions
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libspatialite.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 87fe6524e..f9118e93d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3793,8 +3793,8 @@ "port-version": 0 }, "libspatialite": { - "baseline": "5.0.0", - "port-version": 3 + "baseline": "5.0.1", + "port-version": 0 }, "libspnav": { "baseline": "0.2.3", diff --git a/versions/l-/libspatialite.json b/versions/l-/libspatialite.json index e415f501f..1e8dd8dd8 100644 --- a/versions/l-/libspatialite.json +++ b/versions/l-/libspatialite.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "22ad27813f5f3bc3382718115ce3eb5a45174afd", + "version": "5.0.1", + "port-version": 0 + }, + { "git-tree": "d7d124e4fcb212dba3d650817056ce23b6dc2a2f", "version-string": "5.0.0", "port-version": 3 |
