diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 22:13:09 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-22 22:13:09 +0200 |
| commit | fc2608399580639f54da9e01af6ce7e161e35475 (patch) | |
| tree | 47356b15451f6c8185745d9942923cf4fae02f5f /ports/sdl2 | |
| parent | 8cee9c6e07556b109fa69c15056ec6764e70ee84 (diff) | |
| download | vcpkg-fc2608399580639f54da9e01af6ce7e161e35475.tar.gz vcpkg-fc2608399580639f54da9e01af6ce7e161e35475.zip | |
Second part of updated portfiles
Diffstat (limited to 'ports/sdl2')
| -rw-r--r-- | ports/sdl2/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index 8d5a95feb..69c6d3672 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -2,7 +2,7 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE_FILE URL "http://libsdl.org/release/SDL2-2.0.4.tar.gz" FILENAME "SDL2-2.0.4.tar.gz" - MD5 44fc4a023349933e7f5d7a582f7b886e + SHA512 dd0a95878639856c0f4b8a579ace8071379ab64519fa139b22d3ed857a0f0db87a75bc8480c7207e02fbffd1fdbd448e3c0b882c451675b0e2f1a945af02e1d6 ) vcpkg_extract_source_archive(${ARCHIVE_FILE}) |
