Skip to content

Commit 8cee5fe

Browse files
committed
installer: Update MD5 of the levels package
I replaced the incorrectly created package without bumping version.. not a good idea, but oh well.
1 parent ed98950 commit 8cee5fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

res/syndwarsfx-config.nsh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; Version number and file name for levels package
77
!define LEVELS_VERSION "1.0.1.38"
88
!define LEVELS_PACKAGE "syndwarsfx-levels-1_0_1_38"
9-
!define LEVELS_PKG_MD5 "b42d1ed90a2de7f758f00e834449c56e"
9+
!define LEVELS_PKG_MD5 "d6448c212093e1ddb653d09d55bcdf64"
1010

1111
; Version number and file name for gfx package
1212
!define GFX_VERSION "1.0.3.239"

util/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LANG="eng"
3434

3535
LEVELS_VERSION="1.0.1.38"
3636
LEVELS_PACKAGE="syndwarsfx-levels-1_0_1_38"
37-
LEVELS_PKG_MD5="b42d1ed90a2de7f758f00e834449c56e"
37+
LEVELS_PKG_MD5="d6448c212093e1ddb653d09d55bcdf64"
3838

3939
GFX_VERSION="1.0.3.239"
4040
GFX_PACKAGE="syndwarsfx-gfx-1_0_3_239"

0 commit comments

Comments
 (0)