From 132e03bf329054a4562693015f9054bfcb0eb967 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 19 Feb 2023 20:11:11 +0000 Subject: Sun Feb 19 20:11:11 UTC 2023 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. --- source/y/nethack/nethack.SlackBuild | 12 ++++++------ source/y/nethack/nethack.url | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'source/y') 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 -- cgit v1.2.3-65-gdbad