sdl2_image: Fix CHECKSUM_SHA256.

No idea where the old one came from. Both @Begasus and I get this new one when downloading it...
This commit is contained in:
waddlesplash
2016-05-06 19:26:46 -04:00
parent 8aba8f6cde
commit 2b08041f86

View File

@@ -5,12 +5,12 @@ and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, \
TIFF, WEBP, XCF, XPM, XV
to include those shared libraries. libpng depends on libz, and libtiff depends \
on both libz and libjpeg."
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
HOMEPAGE="https://www.libsdl.org/projects/SDL_image"
COPYRIGHT="1997-2013 Sam Lantinga"
LICENSE="Zlib"
REVISION="1"
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz"
CHECKSUM_SHA256="b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234"
CHECKSUM_SHA256="3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64"
SOURCE_DIR="SDL2_image-$portVersion"
ARCHITECTURES="x86 x86_gcc2 x86_64"