From b305bd2be4fd7b5f225964916f5f8a7981e616e3 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sun, 25 Jan 2015 21:43:32 -0300 Subject: [PATCH] pofix: Add download path string fixes for the 1.12.1 release --- utils/pofix.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/pofix.py b/utils/pofix.py index cc1c72cd607d..a0049b41057b 100755 --- a/utils/pofix.py +++ b/utils/pofix.py @@ -126,6 +126,13 @@ } website_stringfixes = { + +"1.12-announcement" : ( +("wesnoth-1.12/wesnoth-1.12.tar.bz2", "wesnoth-1.12.1/wesnoth-1.12.1.tar.bz2"), +("wesnoth-1.12/wesnoth-1.12-win32.exe", "wesnoth-1.12.1/wesnoth-1.12.1-win32.exe"), +("wesnoth-1.12/Wesnoth_1.12.dmg", "wesnoth-1.12.1/Wesnoth_1.12.1.dmg"), +), + } # Whether -w was passed in the command line. Selects website_stringfixes