nethack: update to 3.6.1.
This commit is contained in:
parent
a8fa9bd1b5
commit
8c68b95438
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'nethack'
|
||||
pkgname=nethack
|
||||
version=3.6.0
|
||||
revision=2
|
||||
version=3.6.1
|
||||
revision=1
|
||||
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
||||
system_accounts="$pkgname"
|
||||
hostmakedepends="ncurses-devel flex"
|
||||
depends="gzip"
|
||||
short_desc="Exploring The Mazes of Menace"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="NetHack General Public License"
|
||||
homepage="http://www.nethack.org/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
||||
checksum=1ade698d8458b8d87a4721444cb73f178c74ed1b6fde537c12000f8edf2cb18a
|
||||
checksum=4b8cbf1cc3ad9f6b9bae892d44a9c63106d44782a210906162a7c3be65040ab6
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue