games/nethack: Updated for version 3.6.2.

This commit is contained in:
Dave Woodfall 2019-06-02 18:07:38 +01:00 committed by Willy Sudiarto Raharjo
parent 6f2f6d7cca
commit 5f2bafbe93
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@
# Written by Dugan Chen (thedoogster [at] gmail [dot] com)
# Based on the Arch Linux PkgBuild.
# Now maintained by David Woodfall <dave@dawoodfall.net>
# Now maintained by Dave Woodfall <dave@slackbuilds.org>
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@ -25,11 +25,11 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nethack
VERSION=${VERSION:-3.6.1}
VERSION=${VERSION:-3.6.2}
SRCVERSION=$(echo $VERSION | sed "s,\.,,g")
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER=${SRCVER:-361}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@ -64,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRCVER-src.tgz
tar xvf $CWD/$PRGNAM-$SRCVERSION-src.tgz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="nethack"
VERSION="3.6.1"
HOMEPAGE="http://nethack.org"
DOWNLOAD="http://nethack.org/download/3.6.1/nethack-361-src.tgz"
MD5SUM="5c469058a0d2876c274c102d56f47bb5"
VERSION="3.6.2"
HOMEPAGE="HTTP://NETHACK.ORG"
DOWNLOAD="http://nethack.org/download/3.6.2/nethack-362-src.tgz"
MD5SUM="567c89d9606456ce98c1b9535d024b8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"
MAINTAINER="Dave Woodfall"
EMAIL="dave@slackbuilds.org"