Vincent Povirk : winemono: Added 4.5.2 release.
Module: tools Branch: master Commit: d247bd099b08a43580ee936a19e1acc445ad1de1 URL: http://source.winehq.org/git/tools.git/?a=commit;h=d247bd099b08a43580ee936a1... Author: Vincent Povirk <vincent(a)codeweavers.com> Date: Wed Dec 4 10:57:27 2013 -0600 winemono: Added 4.5.2 release. --- winemono.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/winemono.php b/winemono.php index 0e03a70..c82ddda 100644 --- a/winemono.php +++ b/winemono.php @@ -4,7 +4,7 @@ */ // Default version if none given -$sVersion = '0.0.8'; +$sVersion = '4.5.2'; // Suffix appended to base name of file $sFileSuffix = ''; @@ -28,7 +28,8 @@ $sFileName = sprintf('%s/%s/wine-mono-%s.%s', $sFolder, $sVersion, $sFileSuffix, // Size array $aFileSizes = array( '0.0.4'=>44408320, - '0.0.8'=>46967296 + '0.0.8'=>46967296, + '4.5.2'=>52502528 ); // Exact size of the file:
participants (1)
-
Alexandre Julliard