SDLPoP: bump version

This commit is contained in:
Gerasim Troeglazov
2019-05-24 20:56:31 +10:00
parent 3f96bc57e4
commit 2bd710cda6
2 changed files with 3 additions and 3 deletions

View File

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