Skip to content

Commit

Permalink
Merge pull request microsoft#2880 from miurahr/libspatialite_url_fix
Browse files Browse the repository at this point in the history
[libspatialite] fix download url
alexkaratarakis authored Feb 25, 2018
2 parents 60d153d + 9457b37 commit c935513
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/libspatialite/CONTROL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Source: libspatialite
Version: 4.3.0a-1
Version: 4.3.0a-2
Description: SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
Build-Depends: libxml2, sqlite3, geos, proj4, zlib, freexl, libiconv

2 changes: 1 addition & 1 deletion ports/libspatialite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libspatialite-4.3.0a)
vcpkg_download_distfile(ARCHIVE
URLS "http://www.gaia-gis.it/gaia-sins/libspatialite-4.3.0a.tar.gz"
URLS "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-4.3.0a.tar.gz"
FILENAME "libspatialite-4.3.0a.tar.gz"
SHA512 adfd63e8dde0f370b07e4e7bb557647d2bfb5549205b60bdcaaca69ff81298a3d885e7c1ca515ef56dd0aca152ae940df8b5dbcb65bb61ae0a9337499895c3c0
)

0 comments on commit c935513

Please sign in to comment.