From b6f076897182288918906ba0b768c4fd18d17c37 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Thu, 29 Oct 2020 16:07:46 +0000 Subject: [PATCH] Update to SOTW 1.2.2 --- Makefile | 4 ++-- config.gcfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9d43abd..724a8d3 100644 --- a/Makefile +++ b/Makefile @@ -58,8 +58,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.7.tar.gz - mv shadow-of-the-wyrm-release-1.1.7.tar.gz stage.tmp/sotw.tar.gz + wget https://cryo.unixvoid.com/bin/misc/sotw/shadow-of-the-wyrm-release-1.2.2.tar.gz + mv shadow-of-the-wyrm-release-1.2.2.tar.gz stage.tmp/sotw.tar.gz run_docker: $(OS_PERMS) docker run \ diff --git a/config.gcfg b/config.gcfg index a1bf16e..219b199 100644 --- a/config.gcfg +++ b/config.gcfg @@ -7,7 +7,7 @@ recoverbinary = "/NetHack/util/recover" sysconflocation = "/NetHack/sys/unix/sysconf" ttyreccache = "10" - sotwversion = "1.1.7" + sotwversion = "1.2.2" sotwroot = "/sotw" sotwdumpcache = "5" bootstrapdelay = 1