diff options
Diffstat (limited to 'games/sdlpop/sdlpop.SlackBuild')
-rw-r--r-- | games/sdlpop/sdlpop.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/sdlpop/sdlpop.SlackBuild b/games/sdlpop/sdlpop.SlackBuild index f24ccdcb4fe55..0ab701bf928ca 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} |