Skip to content

Commit

Permalink
[PROJ] add LibCURL_jll compat (#5301)
Browse files Browse the repository at this point in the history
* [PROJ] add LibCURL_jll compat

* forgot quote
  • Loading branch information
visr committed Aug 12, 2022
1 parent f4bfae8 commit df11ddf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions P/PROJ/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ products = [
dependencies = [
# Host SQLite needed to build proj.db
HostBuildDependency("SQLite_jll")
Dependency(PackageSpec(name="SQLite_jll", uuid="76ed43ae-9a5d-5a62-8c75-30186b810ce8"))
Dependency(PackageSpec(name="Libtiff_jll", uuid="89763e89-9b03-5906-acba-b20f662cd828"))
Dependency(PackageSpec(name="LibCURL_jll", uuid="deac9b47-8bc7-5906-a0fe-35ac56dc84c0"))
Dependency("SQLite_jll")
Dependency("Libtiff_jll")
Dependency("LibCURL_jll"; compat="7.73")
]

# Build the tarballs, and possibly a `build.jl` as well.
Expand Down

0 comments on commit df11ddf

Please sign in to comment.