nethack: update to 3.6.6.
This commit is contained in:
parent
36e878925b
commit
9a1744a7e6
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'nethack'
|
# Template file for 'nethack'
|
||||||
pkgname=nethack
|
pkgname=nethack
|
||||||
version=3.6.2
|
version=3.6.6
|
||||||
revision=1
|
revision=1
|
||||||
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
make_dirs="/var/games/nethack/save 0775 nethack nethack"
|
||||||
hostmakedepends="ncurses-devel flex"
|
hostmakedepends="ncurses-devel flex"
|
||||||
|
@ -9,10 +9,11 @@ short_desc="Exploring The Mazes of Menace"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="NGPL"
|
license="NGPL"
|
||||||
homepage="http://www.nethack.org/"
|
homepage="http://www.nethack.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version//.}-src.tgz"
|
distfiles="https://www.nethack.org/download/${version}/nethack-${version//./}-src.tgz"
|
||||||
checksum=fbd00ada6a4ee347ecd4a350a5b2995b4b4ab5dcc63881b3bc4485b0479ddb1d
|
checksum=cfde0c3ab6dd7c22ae82e1e5a59ab80152304eb23fb06e3129439271e5643ed2
|
||||||
nocross=yes
|
nocross=yes
|
||||||
system_accounts="$pkgname"
|
system_accounts="$pkgname"
|
||||||
|
wrksrc="NetHack-NetHack-${version}_Released"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i -e '/COMPRESS/s/compress/gzip/g' \
|
sed -i -e '/COMPRESS/s/compress/gzip/g' \
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
version="${version//./}"
|
site='https://www.nethack.org/common/dnldindex.html'
|
||||||
|
pattern='/\K\d+(.\d+)+'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue