Skip to content

Commit

Permalink
[libspatialite] fix download url
Browse files Browse the repository at this point in the history
Download fails because original download url has been changed.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Feb 25, 2018
1 parent 0eae5c6 commit 9457b37
Show file tree
Hide file tree
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
)
Expand Down

0 comments on commit 9457b37

Please sign in to comment.