From 9ba02c0900f4758bb55d8fd15113e1838ea1eaa3 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sat, 15 Apr 2017 19:25:43 -0300 Subject: [PATCH] pofix: Add download path string fixes for the 1.12.6 release --- utils/pofix.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/pofix.py b/utils/pofix.py index 332462d3293..9d984b93eec 100755 --- a/utils/pofix.py +++ b/utils/pofix.py @@ -160,9 +160,9 @@ website_stringfixes = { ("http://wiki.wesnoth.org", "//wiki.wesnoth.org"), ("http://forums.wesnoth.org", "//forums.wesnoth.org"), ("http://www.wesnoth.org", "//www.wesnoth.org"), -("wesnoth-1.12.4/wesnoth-1.12.4.tar.bz2", "wesnoth-1.12.5/wesnoth-1.12.5.tar.bz2"), -("wesnoth-1.12.4/wesnoth-1.12.4a-win32.exe", "wesnoth-1.12.5/wesnoth-1.12.5-win32.exe"), -("wesnoth-1.12.4/Wesnoth_1.12.4.dmg", "wesnoth-1.12.5/Wesnoth_1.12.5.dmg"), +("wesnoth-1.12.5/wesnoth-1.12.5.tar.bz2", "wesnoth-1.12.6/wesnoth-1.12.6.tar.bz2"), +("wesnoth-1.12.5/wesnoth-1.12.5-win32.exe", "wesnoth-1.12.6/wesnoth-1.12.6-win32.exe"), +("wesnoth-1.12.5/Wesnoth_1.12.5.dmg", "wesnoth-1.12.6/Wesnoth_1.12.6.dmg"), ), }