diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-05-05 18:35:56 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-05-05 21:00:23 +0200 |
commit | 0b943347da603123ac964ff697b0f207da7afd78 (patch) | |
tree | 5aadbb75a2c2b235fc8a77032940a74680e22bb7 /source/y/nethack/nethack.SlackBuild | |
parent | 16bea606de95ae653def55ba0d539c8310c7af90 (diff) | |
download | current-0b943347da603123ac964ff697b0f207da7afd78.tar.gz current-0b943347da603123ac964ff697b0f207da7afd78.tar.xz |
Sun May 5 18:35:56 UTC 202420240505183556
l/python-babel-2.15.0-x86_64-1.txz: Upgraded.
y/nethack-3.6.7-x86_64-2.txz: Rebuilt.
Recompiled against ncurses-6.5.
Diffstat (limited to '')
-rwxr-xr-x | source/y/nethack/nethack.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/y/nethack/nethack.SlackBuild b/source/y/nethack/nethack.SlackBuild index d4ec99843..784327a6e 100755 --- a/source/y/nethack/nethack.SlackBuild +++ b/source/y/nethack/nethack.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=nethack VERSION=3.6.7 SRCVER=367 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |