[sdl2-image] Updated to 2.0.5 (#7355)

This commit is contained in:
Charles Dang 2019-07-22 17:13:42 +11:00 committed by Phil Christensen
parent 2de02e5334
commit e48640be56
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: sdl2-image
Version: 2.0.4-3
Version: 2.0.5
Build-Depends: sdl2, libpng
Homepage: https://www.libsdl.org/projects/SDL_image
Description: SDL_image is an image file loading library. It loads images as SDL surfaces and textures, and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, TIFF, WEBP, XCF, XPM, XV

View File

@ -1,11 +1,11 @@
include(vcpkg_common_functions)
set(SDL2_IMAGE_VERSION "2.0.4")
set(SDL2_IMAGE_VERSION "2.0.5")
vcpkg_download_distfile(ARCHIVE
URLS "https://www.libsdl.org/projects/SDL_image/release/SDL2_image-${SDL2_IMAGE_VERSION}.zip"
FILENAME "SDL2_image-${SDL2_IMAGE_VERSION}.zip"
SHA512 b26ef2546718754481385ddad800ee61c84c58a9e141127c0a12215362d41c23603bfb21d556803396c0cb17bd7f48a45dd1b2e66573a1b2e32f590cc3fa48d0
SHA512 c10e28a0d50fb7a6c985ffe8904370ab4faeb9bbed6f2ffbc81536422e8f8bb66eddbf69b12423082216c2bcfcb617cba4c5970f63fe75bfacccd9f99f02a6a2
)
vcpkg_extract_source_archive_ex(