File tree Expand file tree Collapse file tree 5 files changed +9
-67
lines changed Expand file tree Collapse file tree 5 files changed +9
-67
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,13 +2,12 @@ vcpkg_from_github(
2
2
OUT_SOURCE_PATH SOURCE_PATH
3
3
REPO OSGeo/gdal
4
4
REF "v${VERSION} "
5
- SHA512 dfc7ccf5c1a3184fa93be762a880b7631faa4cd178cd72df8f5fd8a6296edafc56de2594617bebcb75ddf19ed4471dafcb574b22d7e9217dedfd7ea72c9247f2
5
+ SHA512 38d488a5c70f0f4b6a3b99a14c747760574680f1f7fc5c6e4c373e3599a03c3227bb1bdefc14c7770f15b5087ff706362ed5a0fc0f5623835f006561f5db9595
6
6
HEAD_REF master
7
7
PATCHES
8
8
find -link-libraries.patch
9
9
fix-gdal-target -interfaces.patch
10
10
libkml.patch
11
- gdal-pr-8005.diff # Remove in 3.7.1
12
11
)
13
12
# `vcpkg clean` stumbles over one subdir
14
13
file (REMOVE_RECURSE "${SOURCE_PATH} /autotest" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gdal" ,
3
- "version-semver" : " 3.7.0" ,
4
- "port-version" : 4 ,
3
+ "version-semver" : " 3.7.1" ,
5
4
"description" : " The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data" ,
6
5
"homepage" : " https://gdal.org" ,
7
6
"license" : null ,
Original file line number Diff line number Diff line change 2753
2753
"port-version" : 0
2754
2754
},
2755
2755
"gdal" : {
2756
- "baseline" : " 3.7.0 " ,
2757
- "port-version" : 4
2756
+ "baseline" : " 3.7.1 " ,
2757
+ "port-version" : 0
2758
2758
},
2759
2759
"gdcm" : {
2760
2760
"baseline" : " 3.0.22" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " a532cd9881bfbd8e3665ff4244dccef8af62ffff" ,
5
+ "version-semver" : " 3.7.1" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"git-tree" : " 9e2de2263a527e2135c8532fcc9967e63378a552" ,
5
10
"version-semver" : " 3.7.0" ,
You can’t perform that action at this time.
0 commit comments