mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/puzzles: Updated for subversion revision 9660.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
b8ef5e3691
commit
7884dda773
2 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
# Written by Steve Pledger <spledger91@yahoo.com>
|
||||
|
||||
PRGNAM=puzzles
|
||||
VERSION=${VERSION:-r9179}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-r9660}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -41,7 +41,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="puzzles"
|
||||
VERSION="r9179"
|
||||
VERSION="r9660"
|
||||
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
|
||||
DOWNLOAD="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-r9179.tar.gz"
|
||||
MD5SUM="c00b9f70bbe1fbf5c7745aabd31804c9"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/puzzles-r9660.tar.xz"
|
||||
MD5SUM="9622a7284496914473cf708899abf87e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue