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