aboutsummaryrefslogtreecommitdiff
path: root/ports/libpopt
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-30 21:05:51 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-07-02 22:16:47 -0700
commitb08e78b07d4340a537f8d1470137883775a8902a (patch)
tree98e3e558875e42d4c0a4cef8c9e0cbbad720f25e /ports/libpopt
parent3c16addc8c8e6516a4ee4edcb11c1fc428d38b96 (diff)
downloadvcpkg-b08e78b07d4340a537f8d1470137883775a8902a.tar.gz
vcpkg-b08e78b07d4340a537f8d1470137883775a8902a.zip
[cmark][gl3w][libpopt][libraw][libssh][live555] Fixes, mostly around changing download locations.
Diffstat (limited to 'ports/libpopt')
-rw-r--r--ports/libpopt/portfile.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/libpopt/portfile.cmake b/ports/libpopt/portfile.cmake
index 404a93499..ba50135d6 100644
--- a/ports/libpopt/portfile.cmake
+++ b/ports/libpopt/portfile.cmake
@@ -5,7 +5,9 @@ set(LIBPOPT_HASH bae2dd4e5d682ef023fdc77ae60c4aad01a3a576d45af9d78d22490c11e410e
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/popt-${LIBPOPT_VERSION})
vcpkg_download_distfile(ARCHIVE
- URLS "http://rpm5.org/files/popt/popt-${LIBPOPT_VERSION}.tar.gz"
+ URLS
+ "http://rpm5.org/files/popt/popt-${LIBPOPT_VERSION}.tar.gz"
+ "https://ftp.openbsd.org/pub/OpenBSD/distfiles/popt-${LIBPOPT_VERSION}.tar.gz"
FILENAME "popt-${LIBPOPT_VERSION}.tar.gz"
SHA512 ${LIBPOPT_HASH}
)