aboutsummaryrefslogtreecommitdiffstats
path: root/community/nethack/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nethack/APKBUILD')
-rw-r--r--community/nethack/APKBUILD17
1 files changed, 11 insertions, 6 deletions
diff --git a/community/nethack/APKBUILD b/community/nethack/APKBUILD
index 41609a0dc6a..3548eaf0891 100644
--- a/community/nethack/APKBUILD
+++ b/community/nethack/APKBUILD
@@ -1,20 +1,22 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Drew DeVault <sir@cmpwn.com>
+# Maintainer: Will Sinatra <wpsinatra@gmail.com>
# Based on the Arch Linux package
pkgname=nethack
-pkgver=3.6.6
-pkgrel=0
+pkgver=3.6.7
+pkgrel=1
pkgdesc="A single player dungeon exploration game"
options="suid"
-url="https://www.nethack.org/index.html"
+url="https://www.nethack.org/"
arch="all"
license="NGPL"
makedepends="ncurses-dev linux-headers bison flex"
subpackages="$pkgname-doc"
source="https://www.nethack.org/download/$pkgver/nethack-${pkgver//.}-src.tgz"
-builddir="$srcdir/NetHack-NetHack-${pkgver}_Released"
+builddir="$srcdir/NetHack-$pkgver"
# secfixes:
+# 3.6.7-r0:
+# - CVE-2023-24809
# 3.6.4-r0:
# - CVE-2019-19905
@@ -79,4 +81,7 @@ package() {
install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
}
-sha512sums="579fde93a37a1b5df637d5bac2601194beeb455c175fbe3ef89342122c8567bb8221ce60d8a6168e6b45c67ade7d7b09c86bf202c8cbe2d6294d276be3e53055 nethack-366-src.tgz"
+
+sha512sums="
+7890d17e087f4344d30e9a908fa1f24d7c72bc714c4a6415ed59800902cc0aa6b3ce94c5d73857b0222349b96b1fdc8bf3f93b3ac1153477ad1419af7b0d3fb5 nethack-367-src.tgz
+"