Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libspatialite] Update to v5.1.0 #8479

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions L/libspatialite/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
using BinaryBuilder, Pkg

name = "libspatialite"
version = v"5.0.1"
version = v"5.1.0"

# Collection of sources required to complete build
sources = [
ArchiveSource("http://www.gaia-gis.it/gaia-sins/libspatialite-$(version).tar.gz", "eecbc94311c78012d059ebc0fae86ea5ef6eecb13303e6e82b3753c1b3409e98"),
ArchiveSource("https://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-$(version).tar.gz", "43be2dd349daffe016dd1400c5d11285828c22fea35ca5109f21f3ed50605080"),
DirectorySource("./bundled")
]

Expand Down Expand Up @@ -88,7 +88,7 @@ products = [
# Dependencies that must be installed before this package can be built
dependencies = [
Dependency("SQLite_jll")
Dependency("GEOS_jll"; compat="~3.9")
Dependency("GEOS_jll"; compat="~3.12")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency(PackageSpec(name="PROJ_jll", uuid="58948b4f-47e0-5654-a9ad-f609743f8632"))
Dependency(PackageSpec(name="Libiconv_jll", uuid="94ce4f54-9a6c-5748-9c1c-f9c7231a4531"))
Dependency(PackageSpec(name="Zlib_jll", uuid="83775a58-1f1d-513f-b197-d71354ab007a"))
Expand Down