smpeg, fix SOURCE_URI (again) (#7734)

This commit is contained in:
Schrijvers Luc
2023-01-05 13:17:48 +01:00
committed by GitHub
parent dfea2ab32f
commit 6c834dd643

View File

@@ -7,9 +7,9 @@ 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_0_4_5.tar.gz"
CHECKSUM_SHA256="e2e53bfd2e6401e2c29e5eb3929be0e8698bc9e4c9d731751f67e77b408f1f74"
SOURCE_DIR="smpeg-release_$portVersion"
SOURCE_DIR="smpeg-release_0_4_5"
PATCHES="smpeg-$portVersion.patchset"
ARCHITECTURES="all"