nethack: update to 3.6.6.

This commit is contained in:
Leah Neukirchen 2020-03-14 19:34:12 +01:00
parent 36e878925b
commit 9a1744a7e6
2 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'nethack'
pkgname=nethack
version=3.6.2
version=3.6.6
revision=1
make_dirs="/var/games/nethack/save 0775 nethack nethack"
hostmakedepends="ncurses-devel flex"
@ -9,10 +9,11 @@ short_desc="Exploring The Mazes of Menace"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="NGPL"
homepage="http://www.nethack.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
checksum=fbd00ada6a4ee347ecd4a350a5b2995b4b4ab5dcc63881b3bc4485b0479ddb1d
distfiles="https://www.nethack.org/download/${version}/nethack-${version//./}-src.tgz"
checksum=cfde0c3ab6dd7c22ae82e1e5a59ab80152304eb23fb06e3129439271e5643ed2
nocross=yes
system_accounts="$pkgname"
wrksrc="NetHack-NetHack-${version}_Released"
post_extract() {
sed -i -e '/COMPRESS/s/compress/gzip/g' \

View file

@ -1 +1,2 @@
version="${version//./}"
site='https://www.nethack.org/common/dnldindex.html'
pattern='/\K\d+(.\d+)+'