pofix: Update with 1.14.0 -> 1.14.1 file size rules for the website

[ci skip]
This commit is contained in:
Iris Morelle 2018-05-09 18:38:31 -03:00
parent 5a3dab4b10
commit 5b0602808b

View file

@ -203,6 +203,14 @@ website_stringfixes = {
("wesnoth-1.14.0/wesnoth-1.14.0.tar.bz2", "wesnoth-1.14.1/wesnoth-1.14.1.tar.bz2"),
("wesnoth-1.14.0/wesnoth-1.14.0-win32.exe", "wesnoth-1.14.1/wesnoth-1.14.1-win32.exe"),
("wesnoth-1.14.0/Wesnoth_1.14.0.dmg", "wesnoth-1.14.1/Wesnoth_1.14.1a.dmg"),
# Yes, these are really flimsy. In hindsight it was a bad idea to include
# download sizes in the announcement. Hopefully we won't end up with
# files that have the same size in a release/in the last two releases
# any time soon.
("442.2", "442.4"),
("403.1", "403.2"),
("447.0", "450.5"),
),
}