From 2439ca27711a8b280939eb6d571c811fff9d0a09 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Wed, 11 Mar 2020 14:43:14 +0000 Subject: [PATCH] Bump SOTW version --- Makefile | 4 ++-- config.gcfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7bd7af9..da99eda 100644 --- a/Makefile +++ b/Makefile @@ -57,8 +57,8 @@ build_docker: fetch_sotw fetch_sotw: mkdir -p stage.tmp/ - wget https://cryo.unixvoid.com/bin/misc/sotw/shadow-of-the-wyrm-release-1.1.6.tar.gz - mv shadow-of-the-wyrm-release-1.1.6.tar.gz stage.tmp/sotw.tar.gz + wget https://cryo.unixvoid.com/bin/misc/sotw/shadow-of-the-wyrm-release-1.1.7.tar.gz + mv shadow-of-the-wyrm-release-1.1.7.tar.gz stage.tmp/sotw.tar.gz run_docker: $(OS_PERMS) docker run \ diff --git a/config.gcfg b/config.gcfg index 05e9c6e..93382cb 100644 --- a/config.gcfg +++ b/config.gcfg @@ -6,7 +6,7 @@ nhdatlocation = "/NetHack/dat/nhdat" recoverbinary = "/NetHack/util/recover" sysconflocation = "/NetHack/sys/unix/sysconf" - sotwversion = "1.1.6" + sotwversion = "1.1.7" sotwroot = "/sotw" bootstrapdelay = 1