aboutsummaryrefslogtreecommitdiff
path: root/ports/glew
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/glew
parent9bb5b4c768acd4380a918b2d162bdafdcbe407df (diff)
downloadvcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.tar.gz
vcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.zip
URL and MIRRORS are now URLS
Updated all portfiles accordingly.
Diffstat (limited to 'ports/glew')
-rw-r--r--ports/glew/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/glew/portfile.cmake b/ports/glew/portfile.cmake
index 273d7041b..cd7bbdf9d 100644
--- a/ports/glew/portfile.cmake
+++ b/ports/glew/portfile.cmake
@@ -1,6 +1,6 @@
include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE_FILE
- URL "http://downloads.sourceforge.net/project/glew/glew/1.13.0/glew-1.13.0.tgz"
+ URLS "http://downloads.sourceforge.net/project/glew/glew/1.13.0/glew-1.13.0.tgz"
FILENAME "glew-1.13.0.tgz"
SHA512 8fc8d7c0d2cd9235ea51db9972f492701827bff40642fdb3cc54c10b0737dba8e6d8d0dcd8c5aa5bfaaae39c6198ba3d4292cd1662fbe1977eb9a5d187ba635f
)