mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/bzflag: Updated for version 2.4.26.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b19cc163db
commit
94ad243b90
3 changed files with 10 additions and 9 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
# Slackware build script for bzflag
|
||||
|
||||
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
|
||||
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
|
||||
# Copyright 2023 Tim Danforth, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,8 +28,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=bzflag
|
||||
VERSION=${VERSION:-2.4.24}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.4.26}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bzflag"
|
||||
VERSION="2.4.24"
|
||||
VERSION="2.4.26"
|
||||
HOMEPAGE="https://www.bzflag.org"
|
||||
DOWNLOAD="https://download.bzflag.org/bzflag/source/2.4.24/bzflag-2.4.24.tar.bz2"
|
||||
MD5SUM="33fd50061fdf78b7c14017d5e3213ccf"
|
||||
DOWNLOAD="https://download.bzflag.org/bzflag/source/2.4.26/bzflag-2.4.26.tar.bz2"
|
||||
MD5SUM="1d992d50d5c8ec3d132fed6c322f810d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Martin Lefebvre"
|
||||
EMAIL="dadexter@gmail.com"
|
||||
MAINTAINER="Tim Danforth"
|
||||
EMAIL="timdanforth@protonmail.com"
|
||||
|
|
|
@ -13,7 +13,7 @@ bzflag: namestands for Battle Zone capture Flag. It runs on Irix, Linux,
|
|||
bzflag: *BSD, Windows, Mac OS X and other platforms. It's one of the most
|
||||
bzflag: popular games ever on Silicon Graphics machines.
|
||||
bzflag:
|
||||
bzflag: Homepage: http://www.bzflag.org
|
||||
bzflag: Homepage: https://www.bzflag.org
|
||||
bzflag:
|
||||
bzflag:
|
||||
bzflag:
|
||||
|
|
Loading…
Reference in a new issue