diff options
Diffstat (limited to 'games/openyahtzee')
-rw-r--r-- | games/openyahtzee/openyahtzee.SlackBuild | 6 | ||||
-rw-r--r-- | games/openyahtzee/openyahtzee.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/openyahtzee/openyahtzee.SlackBuild b/games/openyahtzee/openyahtzee.SlackBuild index f3202f796e..add7999afb 100644 --- a/games/openyahtzee/openyahtzee.SlackBuild +++ b/games/openyahtzee/openyahtzee.SlackBuild @@ -12,8 +12,8 @@ # explicitly. PRGNAM=openyahtzee -VERSION=${VERSION:-1.9.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.9.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -57,7 +57,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/games/openyahtzee/openyahtzee.info b/games/openyahtzee/openyahtzee.info index 06ea0f723e..f41703e8c9 100644 --- a/games/openyahtzee/openyahtzee.info +++ b/games/openyahtzee/openyahtzee.info @@ -1,8 +1,8 @@ PRGNAM="openyahtzee" -VERSION="1.9.1" +VERSION="1.9.3" HOMEPAGE="http://www.openyahtzee.org/" -DOWNLOAD="http://downloads.sourceforge.net/project/openyahtzee/Open%20Yahtzee/Open%20Yahtzee%201.9.1/openyahtzee-1.9.1.tar.bz2" -MD5SUM="b45d42abe3f62741043e59d2ba9b83e9" +DOWNLOAD="http://downloads.sourceforge.net/project/openyahtzee/Open%20Yahtzee/Open%20Yahtzee%201.9.3/openyahtzee-1.9.3.tar.xz" +MD5SUM="9bccc2477047c29cb33b8cb23e21ef3c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="wxPython" |