diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-11 12:36:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-11 12:36:07 -0800 |
| commit | b075fbc7bc6acfb15a431297609b125ea188195a (patch) | |
| tree | d7ac495a4482fecdabd614d7438f2df16da75eb2 | |
| parent | d8ef6f95b44344be581748a448eec12d3fb91cde (diff) | |
| parent | fbaaf5b1099e7ebeb023fb8599d7671e70b32911 (diff) | |
| download | vcpkg-b075fbc7bc6acfb15a431297609b125ea188195a.tar.gz vcpkg-b075fbc7bc6acfb15a431297609b125ea188195a.zip | |
Merge pull request #2177 from IntelOrca/update-sdl2-v2.0.7
[sdl2] Update to 2.0.7
| -rw-r--r-- | ports/sdl2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sdl2/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/sdl2/CONTROL b/ports/sdl2/CONTROL index e4d99f4ae..f662ef6e7 100644 --- a/ports/sdl2/CONTROL +++ b/ports/sdl2/CONTROL @@ -1,3 +1,3 @@ Source: sdl2 -Version: 2.0.6-1 +Version: 2.0.7-1 Description: Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. diff --git a/ports/sdl2/portfile.cmake b/ports/sdl2/portfile.cmake index a430b29f6..9dd029c84 100644 --- a/ports/sdl2/portfile.cmake +++ b/ports/sdl2/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions) -set(SDL2_VERSION 2.0.6) -set(SDL2_HASH ad4dad5663834ee0ffbdca1b531d753449b260c9256df2c48da7261aacd9795d91eef1286525cf914f6b92ba5985de7798f041557574b5d978b8224f10041830) +set(SDL2_VERSION 2.0.7) +set(SDL2_HASH eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/SDL2-${SDL2_VERSION}) vcpkg_download_distfile(ARCHIVE_FILE |
