diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-13 00:26:50 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:26:50 +0200 |
commit | 7e41819db53a0959282922f5b00d423e5644d444 (patch) | |
tree | b5ec52ff9fcfbedf8322a04c2ee76f94a0f18bcb /games | |
parent | 3efec814b0cfe2332e3ba518078ee1cabaff8460 (diff) |
games/openttd: Updated for version 0.7.0
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 2 | ||||
-rw-r--r-- | games/openttd/openttd.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index 5626f983b859..ff1199e7c87f 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -96,4 +96,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index fb5b60d37ef1..46fd9a8bb2ca 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -2,7 +2,9 @@ PRGNAM="openttd" VERSION="0.7.0" HOMEPAGE="http://www.openttd.org" DOWNLOAD="http://downloads.sourceforge.net/openttd/openttd-0.7.0-source.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="3185dccdb094ada9a1f3f610965c15bc" +MD5SUM_x86_64="" MAINTAINER="Chess Griffin" EMAIL="chess@chessgriffin.com" APPROVED="dsomero" |