Skip to content

Commit

Permalink
[GDAL] Bump to 3.10.0 (#9744)
Browse files Browse the repository at this point in the history
* [GDAL] Bump to 3.10.0
  • Loading branch information
jeremiahpslewis authored Nov 11, 2024
1 parent 3c2c7ec commit cf3f9ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions G/GDAL/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using BinaryBuilder, Pkg

name = "GDAL"
upstream_version = v"3.9.3"
version_offset = v"1.2.0"
upstream_version = v"3.10.0"
version_offset = v"1.0.0"
version = VersionNumber(upstream_version.major * 100 + version_offset.major,
upstream_version.minor * 100 + version_offset.minor,
upstream_version.patch * 100 + version_offset.patch)
Expand All @@ -13,7 +13,7 @@ version = VersionNumber(upstream_version.major * 100 + version_offset.major,
# Collection of sources required to build GDAL
sources = [
GitSource("https://github.com/OSGeo/gdal.git",
"501754d048e07b07932ec268b6ed3c43ea0819e3"),
"35a44cc570cdf4dbd55611e4bd61da76e56bc221"),
ArchiveSource("https://github.com/phracker/MacOSX-SDKs/releases/download/10.15/MacOSX10.15.sdk.tar.xz",
"2408d07df7f324d3beea818585a6d990ba99587c218a3969f924dfcc4de93b62"),
DirectorySource("./bundled")
Expand Down

0 comments on commit cf3f9ff

Please sign in to comment.