diff --git a/games-arcade/sdlpop/patches/sdlpop-1.18.1.patchset b/games-arcade/sdlpop/patches/sdlpop-1.19.patchset similarity index 100% rename from games-arcade/sdlpop/patches/sdlpop-1.18.1.patchset rename to games-arcade/sdlpop/patches/sdlpop-1.19.patchset diff --git a/games-arcade/sdlpop/sdlpop-1.18.1.recipe b/games-arcade/sdlpop/sdlpop-1.19.recipe similarity index 93% rename from games-arcade/sdlpop/sdlpop-1.18.1.recipe rename to games-arcade/sdlpop/sdlpop-1.19.recipe index 8ea14b870..4a66561d4 100644 --- a/games-arcade/sdlpop/sdlpop-1.18.1.recipe +++ b/games-arcade/sdlpop/sdlpop-1.19.recipe @@ -4,9 +4,9 @@ It is based on a disassembly of the DOS version, and uses SDL." HOMEPAGE="http://www.princed.org/" COPYRIGHT="Dávid Nagy" LICENSE="GNU GPL v3" -REVISION="3" +REVISION="1" SOURCE_URI="https://github.com/NagyD/SDLPoP/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="8032c47fad4b73021d636ead510bbc1ab5106cff77103e331ad0f32a49a13946" +CHECKSUM_SHA256="e43e3a215e1377d74375fc06183cda76195328a0348a980a5991f3648bb91be2" SOURCE_DIR="SDLPoP-$portVersion" PATCHES="sdlpop-$portVersion.patchset" ADDITIONAL_FILES="sdlpop.rdef.in" @@ -67,7 +67,7 @@ INSTALL() local APP_SIGNATURE="application/x-vnd.sdlpop" local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`" - local MINOR="`echo "$portVersion" | cut -d. -f3`" + local MINOR="0" local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \