diff options
Diffstat (limited to 'games/sdlpop')
-rw-r--r-- | games/sdlpop/sdlpop.SlackBuild | 4 | ||||
-rw-r--r-- | games/sdlpop/sdlpop.info | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/sdlpop/sdlpop.SlackBuild b/games/sdlpop/sdlpop.SlackBuild index f24ccdcb4f..0ab701bf92 100644 --- a/games/sdlpop/sdlpop.SlackBuild +++ b/games/sdlpop/sdlpop.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180611 bkw: updated for v1.18.1. + # 20170316 bkw: # - updated for v1.17. # - use github for download (saves bandwidth, the homepage's zip file has @@ -15,7 +17,7 @@ # - update wrapper script to support both system-wide and per-user mods. PRGNAM=sdlpop -VERSION=${VERSION:-1.17} +VERSION=${VERSION:-1.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/sdlpop/sdlpop.info b/games/sdlpop/sdlpop.info index 2257584d38..e679160222 100644 --- a/games/sdlpop/sdlpop.info +++ b/games/sdlpop/sdlpop.info @@ -1,8 +1,8 @@ PRGNAM="sdlpop" -VERSION="1.17" +VERSION="1.18.1" HOMEPAGE="http://www.popot.org/get_the_games.php?game=SDLPoP" -DOWNLOAD="https://github.com/NagyD/SDLPoP/archive/v1.17/SDLPoP-1.17.zip" -MD5SUM="802b57717498277721b19a5d3f26deb5" +DOWNLOAD="https://github.com/NagyD/SDLPoP/archive/v1.18.1/SDLPoP-1.18.1.zip" +MD5SUM="91216e72cf0d1b8e726bfe3fc7e33712" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="SDL2_mixer SDL2_image" |