diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-01-05 17:21:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-12 06:58:32 +0700 |
commit | 8bc076d37bd6eec64cdfc262bece3f427cce9665 (patch) | |
tree | e0ba7e96d9ae8d9049282f5a900950c05992b173 /games/unnethack/unnethack.SlackBuild | |
parent | 18caf87302103bf6ccccec3deb242d7c70d73244 (diff) | |
download | slackbuilds-8bc076d37bd6eec64cdfc262bece3f427cce9665.tar.gz |
games/unnethack: Updated for version 5.2.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'games/unnethack/unnethack.SlackBuild')
-rw-r--r-- | games/unnethack/unnethack.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/unnethack/unnethack.SlackBuild b/games/unnethack/unnethack.SlackBuild index 7467d30ddb..a8e0fc6a4a 100644 --- a/games/unnethack/unnethack.SlackBuild +++ b/games/unnethack/unnethack.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for unnethack -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unnethack -VERSION=${VERSION:-5.1.0_20131208} +VERSION=${VERSION:-5.2.0} SRCVERSION=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |