games/qstat: Updated for version 2a95a5d0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
de0878c4a8
commit
6ca46d6c4c
|
@ -2,6 +2,3 @@ QStat is a command-line program that displays information about Internet game se
|
|||
The servers are either down, non-responsive, or running a game.
|
||||
For servers running a game, the server name, map name, current number of players,
|
||||
and response time are displayed. Server rules and player information may also be displayed.
|
||||
|
||||
A copy of the of the GitHub repo is hosted on my website, dated with the last commit date.
|
||||
I only have mirrored it, removed the hidden git folder, and put it in a tarball. Nothing else was changed.
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=qstat
|
||||
VERSION=${VERSION:-10072015}
|
||||
VERSION=${VERSION:-2a95a5d04c8bed54b1a035607989dab101698ce4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -64,7 +64,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
unzip $CWD/$PRGNAM-$VERSION.zip
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qstat"
|
||||
VERSION="10072015"
|
||||
VERSION="2a95a5d04c8bed54b1a035607989dab101698ce4"
|
||||
HOMEPAGE="https://github.com/multiplay/qstat"
|
||||
DOWNLOAD="http://www.bloodbathsoftworks.com/xylemon/uploads/sbomirrors/qstat-10072015.tar.gz"
|
||||
MD5SUM="bb50be36dcb6e83448d4c3c7b09f3b96"
|
||||
DOWNLOAD="https://github.com/multiplay/qstat/archive/2a95a5d04c8bed54b1a035607989dab101698ce4.zip"
|
||||
MD5SUM="d207fd403c5c114dbf83d98baf315868"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue