diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-11 19:47:14 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:26 +0100 |
commit | fdf724e1dea719e35614b20faf068d04dcb65a01 (patch) | |
tree | a2539f62198ab8d0d218ad043344d291acbeb1f4 | |
parent | 2d0a5b8a09a40ef6f403d392e021346a68c6a0b8 (diff) | |
download | slackbuilds-fdf724e1dea719e35614b20faf068d04dcb65a01.tar.gz |
games/sdlpop: Updated for version 1.18.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-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" |