From 2b08041f8688915a55da297d6334a6839b56d926 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Fri, 6 May 2016 19:26:46 -0400 Subject: [PATCH] sdl2_image: Fix CHECKSUM_SHA256. No idea where the old one came from. Both @Begasus and I get this new one when downloading it... --- media-libs/sdl2_image/sdl2_image-2.0.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/sdl2_image/sdl2_image-2.0.1.recipe b/media-libs/sdl2_image/sdl2_image-2.0.1.recipe index 45e642bf0..13bc01049 100644 --- a/media-libs/sdl2_image/sdl2_image-2.0.1.recipe +++ b/media-libs/sdl2_image/sdl2_image-2.0.1.recipe @@ -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"