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

Upgrade QGIS to 3.40 #165

Merged
merged 4 commits into from
Nov 8, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vcpkg/ports/qgis/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
string(REPLACE "." "_" TAG ${VERSION})

set(QGIS_REF d4d76845261c5cf74421d55e68682b5824e2230b)
set(QGIS_SHA512 ae28388e062b6c0fe151f7ce0add897548c367f0897ba71494d767cf048a925daf5bb0a82f08520110b4011037b41be81effa314c27496194e8d147a7f7fe55f)
set(QGIS_REF bf5907c68d0a4ed5f3c2e2ab6e3633742c6010f7)
set(QGIS_SHA512 11636afbb26aa541f15ad8e4cda84ac6568c92d11f64a70da5a5cd5bef49e5d5f39ad20eb486593eaf6da05f73a5a55e6e18f9363d0fe31aca8a41fc8497eb11)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
Expand Down
Loading