diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2013-01-01 14:11:40 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-01 14:11:40 -0500 |
commit | 3a01eeb9934c515dc817fb0ca25406ffc307bc31 (patch) | |
tree | bcbf068de77b1d918e7ee8a37b20a0575042ef6e /games/pokerth/pokerth.SlackBuild | |
parent | f0ae50667dce45a3c0b7e034708dd5e4faaf6c7a (diff) | |
download | slackbuilds-3a01eeb9934c515dc817fb0ca25406ffc307bc31.tar.gz |
games/pokerth: Updated for version 1.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 63af6756b8..6a420ad2d3 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for "PokerTH". -# Copyright 2009-2012 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2009-2013 Marcel Saegebarth <marc@mos6581.de> # Copyright 2012 Laurent Nardou <l.nardou@wanadoo.fr> # All rights reserved. # @@ -28,7 +28,7 @@ PRGNAM=pokerth SRCNAM=PokerTH -VERSION=0.9.5 +VERSION=1.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |