From dfea2ab32f2441e7c1f24cc66f8abf56d6a0a75a Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 5 Jan 2023 13:01:10 +0100 Subject: [PATCH] Fix SOURCE_URI (#7732) --- media-libs/smpeg/smpeg-0.4.5.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/smpeg/smpeg-0.4.5.recipe b/media-libs/smpeg/smpeg-0.4.5.recipe index 9cd237d0f..90b29915a 100644 --- a/media-libs/smpeg/smpeg-0.4.5.recipe +++ b/media-libs/smpeg/smpeg-0.4.5.recipe @@ -7,7 +7,7 @@ HOMEPAGE="http://www.icculus.org/smpeg" COPYRIGHT="1999-2004 Sam Lantinga, Joe Tennies." LICENSE="GNU LGPL v2" REVISION="8" -SOURCE_URI="https://github.com/icculus/smpeg/archive/refs/tags/release_$portVersion.tar.gz" +SOURCE_URI="https://github.com/icculus/smpeg/archive/refs/tags/release-$portVersion.tar.gz" CHECKSUM_SHA256="e2e53bfd2e6401e2c29e5eb3929be0e8698bc9e4c9d731751f67e77b408f1f74" SOURCE_DIR="smpeg-release_$portVersion" PATCHES="smpeg-$portVersion.patchset"