diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-09 22:52:26 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:27 +0700 |
commit | 0cf43f37de777f2f4987a2613af49780cfb62e3f (patch) | |
tree | 21832b469b0e0ae1d64fd8a921a4a19e447249d2 /games/gzdoom/gzdoom.SlackBuild | |
parent | 48763337051c92180d2c3d1a5b884fba15e9e11e (diff) |
games/gzdoom: Updated for version 4.10.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/gzdoom/gzdoom.SlackBuild')
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index 3f82194a8f99a..15179ffb82f5f 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,6 +6,10 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230109 bkw: Updated for 4.10.0. Many thanks to fourtysixandtwo for +# testing this on more capable hardware than I have, and for finding +# the "-glversion 3.3" argument. + # 20201115 bkw: Add missing fix_zipdir.diff. Dammit. # 20201107 bkw: Updated for 4.5.0. # 20201027 bkw: @@ -36,7 +40,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gzdoom -VERSION=${VERSION:-4.7.0} +VERSION=${VERSION:-4.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |