From 2e6b193da1e7be23fddebd7c6e13801adfd867d5 Mon Sep 17 00:00:00 2001 From: Peppersawce <157759066+Peppersawce@users.noreply.github.com> Date: Wed, 14 Jan 2026 15:07:53 +0100 Subject: [PATCH] Move SDL2 download back to official site (#13628) --- media-libs/libsdl2/libsdl2-2.32.10.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.32.10.recipe b/media-libs/libsdl2/libsdl2-2.32.10.recipe index fd18a0313..c1af80b8b 100644 --- a/media-libs/libsdl2/libsdl2-2.32.10.recipe +++ b/media-libs/libsdl2/libsdl2-2.32.10.recipe @@ -7,10 +7,10 @@ HOMEPAGE="https://www.libsdl.org/" COPYRIGHT="1997-2025 Sam Lantinga" LICENSE="Zlib" REVISION="2" -SOURCE_URI="https://github.com/libsdl-org/SDL/archive/refs/tags/release-$portVersion.tar.gz" -CHECKSUM_SHA256="03f9d7c191a837525c9cda6406af2f2e48be02b5e7eb03d949cc9f1e9ca41c8b" +SOURCE_URI="https://www.libsdl.org/release/SDL2-$portVersion.tar.gz" +CHECKSUM_SHA256="5f5993c530f084535c65a6879e9b26ad441169b3e25d789d83287040a9ca5165" PATCHES="libsdl2-$portVersion.patchset" -SOURCE_DIR="SDL-release-$portVersion" +SOURCE_DIR="SDL2-$portVersion" ARCHITECTURES="all" SECONDARY_ARCHITECTURES="x86"