Fix SOURCE_URI (#7732)

This commit is contained in:
Schrijvers Luc
2023-01-05 13:01:10 +01:00
committed by GitHub
parent 75e9b6f298
commit dfea2ab32f

View File

@@ -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"