mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/sdlpop: Updated for version 1.18.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
2d0a5b8a09
commit
fdf724e1de
2 changed files with 6 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue