mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/cgames: Updated for version 2.2b.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c8c19055e
commit
884faa6a4c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cgames
|
||||
|
||||
# Copyright 2015-2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2015-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=cgames
|
||||
VERSION=${VERSION:-2.2a}
|
||||
VERSION=${VERSION:-2.2b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cgames"
|
||||
VERSION="2.2a"
|
||||
VERSION="2.2b"
|
||||
HOMEPAGE="http://www.muppetlabs.com/~breadbox/software/cgames.html"
|
||||
DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/cgames-2.2a.tar.gz"
|
||||
MD5SUM="9222c1a1720444977d4cd9b0e95894db"
|
||||
DOWNLOAD="http://www.muppetlabs.com/~breadbox/pub/software/cgames-2.2b.tar.gz"
|
||||
MD5SUM="02e9ac92557257d5f4ed5b7391d640fd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue