diff options
author | Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> | 2015-08-09 00:13:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-09 23:03:33 +0700 |
commit | 6ca46d6c4cbf34bc97c47aeef1ba0c3baa70fb82 (patch) | |
tree | b41ae1002bf1dd35e8c43e342ae839d3201c180d /games/qstat | |
parent | de0878c4a8da59687d04259ff50365705d4c49d9 (diff) |
games/qstat: Updated for version 2a95a5d0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/README | 3 | ||||
-rw-r--r-- | games/qstat/qstat.SlackBuild | 4 | ||||
-rw-r--r-- | games/qstat/qstat.info | 6 |
3 files changed, 5 insertions, 8 deletions
diff --git a/games/qstat/README b/games/qstat/README index e289ae78d4a4..50eb41b35d19 100644 --- a/games/qstat/README +++ b/games/qstat/README @@ -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. diff --git a/games/qstat/qstat.SlackBuild b/games/qstat/qstat.SlackBuild index f333093f67a1..fa0781b0f3c1 100644 --- a/games/qstat/qstat.SlackBuild +++ b/games/qstat/qstat.SlackBuild @@ -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 . \ diff --git a/games/qstat/qstat.info b/games/qstat/qstat.info index 64d1f807c335..8ed587af3c9f 100644 --- a/games/qstat/qstat.info +++ b/games/qstat/qstat.info @@ -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="" |