aboutsummaryrefslogtreecommitdiff
path: root/ports/libpng
diff options
context:
space:
mode:
authorNinetainedo <ninetainedo@gmail.com>2016-09-25 00:23:04 +0200
committerNinetainedo <ninetainedo@gmail.com>2016-09-25 00:23:04 +0200
commit930d0a7dedbcd3996a490eea5e061a00aca552d4 (patch)
tree61255004cdf3a3b968af96146ff4175d10910a4c /ports/libpng
parent9bb5b4c768acd4380a918b2d162bdafdcbe407df (diff)
downloadvcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.tar.gz
vcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.zip
URL and MIRRORS are now URLS
Updated all portfiles accordingly.
Diffstat (limited to 'ports/libpng')
-rw-r--r--ports/libpng/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpng/portfile.cmake b/ports/libpng/portfile.cmake
index f376201f2..482b72bad 100644
--- a/ports/libpng/portfile.cmake
+++ b/ports/libpng/portfile.cmake
@@ -2,7 +2,7 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libpng-1.6.24)
vcpkg_download_distfile(ARCHIVE
- URL "http://download.sourceforge.net/libpng/libpng-1.6.24.tar.xz"
+ URLS "http://download.sourceforge.net/libpng/libpng-1.6.24.tar.xz"
FILENAME "libpng-1.6.24.tar.xz"
SHA512 7eccb90f530a9c728e280b2b1776304a808b5deea559632e7bcf4ea219c7cb5e453aa810215465304501127595000717d4b7c5b26a9f8e22e236ec04af53a90f
)