summaryrefslogtreecommitdiffstats
path: root/source/y
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-02-19 20:11:11 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-19 21:34:24 +0100
commit132e03bf329054a4562693015f9054bfcb0eb967 (patch)
treecc008a7eb5ba120e0b84375079811a0b4f5f65bc /source/y
parent07c11739a5d64a8c42d14bdb020fb2ba363e0bab (diff)
downloadcurrent-132e03bf329054a4562693015f9054bfcb0eb967.tar.gz
current-132e03bf329054a4562693015f9054bfcb0eb967.tar.xz
Sun Feb 19 20:11:11 UTC 202320230219201111
ap/sudo-1.9.13p1-x86_64-1.txz: Upgraded. d/gdb-13.1-x86_64-1.txz: Upgraded. l/enchant-2.3.4-x86_64-1.txz: Upgraded. l/libnotify-0.8.2-x86_64-1.txz: Upgraded. y/nethack-3.6.7-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/y')
-rwxr-xr-xsource/y/nethack/nethack.SlackBuild12
-rw-r--r--source/y/nethack/nethack.url2
2 files changed, 7 insertions, 7 deletions
diff --git a/source/y/nethack/nethack.SlackBuild b/source/y/nethack/nethack.SlackBuild
index 2e62db5cb..d4ec99843 100755
--- a/source/y/nethack/nethack.SlackBuild
+++ b/source/y/nethack/nethack.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2020, 2023 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,9 +23,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nethack
-VERSION=3.6.6
-SRCVER=366
-BUILD=${BUILD:-3}
+VERSION=3.6.7
+SRCVER=367
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -76,9 +76,9 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
-rm -rf NetHack-NetHack-${VERSION}_Released
+rm -rf NetHack-${VERSION}
tar xvf $CWD/nethack-${SRCVER}-src.tar.?z || exit 1
-cd NetHack-NetHack-${VERSION}_Released || exit 1
+cd NetHack-${VERSION} || exit 1
chown -R root:root .
find . \
diff --git a/source/y/nethack/nethack.url b/source/y/nethack/nethack.url
index 01ddbf400..40c2bf54f 100644
--- a/source/y/nethack/nethack.url
+++ b/source/y/nethack/nethack.url
@@ -1 +1 @@
-https://www.nethack.org/download/3.6.6/nethack-366-src.tgz
+https://www.nethack.org/download/3.6.7/nethack-367-src.tgz