games/pokerth: Updated for version 0.7
This commit is contained in:
parent
a46f2443b7
commit
567c1f2710
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for "PokerTH".
|
||||
# Copyright 2008 Marcel Saegebarth <tsa@gmx.li>
|
||||
# Copyright 2009 Marcel Saegebarth <tsa@gmx.li>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=pokerth
|
||||
SRCNAM=PokerTH
|
||||
VERSION=0.6.2
|
||||
VERSION=0.7
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pokerth"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.7"
|
||||
HOMEPAGE="http://www.pokerth.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.6.2-src.tar.bz2"
|
||||
MD5SUM="881eb46440877b34b6a10450911a29bb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.7-src.tar.bz2"
|
||||
MD5SUM="bbac2f4c6f55a74c1cd8c25622cea42c"
|
||||
MAINTAINER="Marcel Saegebarth"
|
||||
EMAIL="tsa@gmx.li"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pokerth: PokerTH 0.6.2 (A poker game)
|
||||
pokerth: PokerTH 0.7 (A poker game)
|
||||
pokerth:
|
||||
pokerth: PokerTH is a poker game written in C++/QT4. You can play the
|
||||
pokerth: popular "Texas Hold'em" poker variant against up to six
|
||||
|
|
Loading…
Reference in New Issue