diff options
| -rw-r--r-- | ports/readosm/CONTROL | 2 | ||||
| -rw-r--r-- | ports/readosm/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/readosm/CONTROL b/ports/readosm/CONTROL index bc2853daf..08e696e6d 100644 --- a/ports/readosm/CONTROL +++ b/ports/readosm/CONTROL @@ -1,4 +1,4 @@ Source: readosm -Version: 1.1.0 +Version: 1.1.0-1 Description: ReadOSM is an open source library to extract valid data from within an Open Street Map input file (.osm or .osm.pbf) Build-Depends: expat, zlib diff --git a/ports/readosm/portfile.cmake b/ports/readosm/portfile.cmake index 40af755eb..c26934685 100644 --- a/ports/readosm/portfile.cmake +++ b/ports/readosm/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/readosm-1.1.0) vcpkg_download_distfile(ARCHIVE - URLS "http://www.gaia-gis.it/gaia-sins/readosm-1.1.0.tar.gz" + URLS "http://www.gaia-gis.it/gaia-sins/readosm-sources/readosm-1.1.0.tar.gz" FILENAME "readosm-1.1.0.tar.gz" SHA512 d3581f564c4461c6a1a3d5fd7d18a262c884b2ac935530064bfaebd6c05d692fb92cc600fb40e87e03f7160ebf0eeeb05f51a0e257935d056b233fe28fc01a11 ) |
