diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:23:04 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:23:04 +0200 |
| commit | 930d0a7dedbcd3996a490eea5e061a00aca552d4 (patch) | |
| tree | 61255004cdf3a3b968af96146ff4175d10910a4c /ports/gsl | |
| parent | 9bb5b4c768acd4380a918b2d162bdafdcbe407df (diff) | |
| download | vcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.tar.gz vcpkg-930d0a7dedbcd3996a490eea5e061a00aca552d4.zip | |
URL and MIRRORS are now URLS
Updated all portfiles accordingly.
Diffstat (limited to 'ports/gsl')
| -rw-r--r-- | ports/gsl/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gsl/portfile.cmake b/ports/gsl/portfile.cmake index 53d5556d6..4c7e9f051 100644 --- a/ports/gsl/portfile.cmake +++ b/ports/gsl/portfile.cmake @@ -1,6 +1,6 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE - URL "https://github.com/Microsoft/GSL/archive/fd5ad87bf25cb5e87104ee58106dee9bc809cd93.zip" + URLS "https://github.com/Microsoft/GSL/archive/fd5ad87bf25cb5e87104ee58106dee9bc809cd93.zip" FILENAME "gsl-fd5ad87bf.zip" SHA512 81887be57e12bfc4e67353713478e1638bf1bffb8f523cf7241acf5415c2e3fe82ea0c0128380dcb2008afb5f53ac0d4893660626a8cd1eb501da536e6af5692 ) |
