summaryrefslogtreecommitdiffstats
path: root/games/hatari/hatari.SlackBuild
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2024-04-19 17:10:25 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-20 21:14:39 +0700
commit90bba837d3584771b87b953a93a5202616db348e (patch)
treeb2f659cc9f665a6c7cb174e16a9fd36dab24892f /games/hatari/hatari.SlackBuild
parent22b175d8ee985538df083ad0fc8deedf16e05645 (diff)
downloadslackbuilds-90bba837d3584771b87b953a93a5202616db348e.tar.gz
slackbuilds-90bba837d3584771b87b953a93a5202616db348e.tar.xz
games/hatari: Updated for version 2.5.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/hatari/hatari.SlackBuild')
-rw-r--r--games/hatari/hatari.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hatari/hatari.SlackBuild b/games/hatari/hatari.SlackBuild
index 0f145edc68..6dab2b4c9b 100644
--- a/games/hatari/hatari.SlackBuild
+++ b/games/hatari/hatari.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240419 bkw: update for v2.5.0.
+
# 20230107 bkw:
# - update for v2.4.1.
# - fix bad icon symlink (symlinked a .svg to a .png filename, derp).
@@ -71,7 +73,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=hatari
-VERSION=${VERSION:-2.4.1}
+VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}