Jacek Caban : tools: Added Wine Gecko 0.9.0 redirection.

Alexandre Julliard julliard at winehq.org
Tue Dec 30 06:30:50 CST 2008


Module: tools
Branch: master
Commit: 8fbd1a2ca902548186c8cdd45ba2c33a492ff75b
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=8fbd1a2ca902548186c8cdd45ba2c33a492ff75b

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Dec 29 18:22:45 2008 +0100

tools: Added Wine Gecko 0.9.0 redirection.

---

 winegecko.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/winegecko.php b/winegecko.php
index 199e568..ce47e6a 100644
--- a/winegecko.php
+++ b/winegecko.php
@@ -23,7 +23,8 @@ $sFileName = "wine_gecko".($sVersion?'-'.$sVersion:'').".cab";
 $aFileSizes = array(
 	'default'=>5219822,
 	'0.0.1'=>5219822,
-	'0.1.0'=>5746895
+	'0.1.0'=>5746895,
+	'0.9.0'=>7806669
 );
 
 // Exact size of the file:




More information about the wine-cvs mailing list