Jacek Caban : winegecko.php: Added 2.21 release.
Module: tools Branch: master Commit: c432bea2ddd7bc484b92fea0ea3b10f480b4888e URL: http://source.winehq.org/git/tools.git/?a=commit;h=c432bea2ddd7bc484b92fea0e... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri May 17 12:34:15 2013 +0200 winegecko.php: Added 2.21 release. --- winegecko.php | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/winegecko.php b/winegecko.php index 34f0f36..963966f 100644 --- a/winegecko.php +++ b/winegecko.php @@ -74,7 +74,9 @@ $aFileSizes = array( '1.9-x86'=>19060224, '1.9-x86_64'=>19622400, '2.21-beta1-x86'=>20875264, - '2.21-beta1-x86_64'=>21648896 + '2.21-beta1-x86_64'=>21648896, + '2.21-x86'=>20871680, + '2.21-x86_64'=>21646336 ); // Exact size of the file:
participants (1)
-
Alexandre Julliard