[Scummvm-cvs-logs] SF.net SVN: scummvm:[39101] web/trunk/subprojects.php

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Mar 4 04:13:52 CET 2009


Revision: 39101
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39101&view=rev
Author:   mthreepwood
Date:     2009-03-04 03:13:52 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
Fix links for the Debian x86_64 and Ubuntu i386 downloads on Residual daily builds (fixes bug #2657793)

Modified Paths:
--------------
    web/trunk/subprojects.php

Modified: web/trunk/subprojects.php
===================================================================
--- web/trunk/subprojects.php	2009-03-04 00:49:10 UTC (rev 39100)
+++ web/trunk/subprojects.php	2009-03-04 03:13:52 UTC (rev 39101)
@@ -72,9 +72,9 @@
 <p><img src='images/catpl-debian.png' alt='' width=24 height=24 style='vertical-align: middle;'>
 <a href="downloads/residual_debian_i386.deb">Debian i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_i386.deb")); ?>)</small></p>
 <p><img src='images/catpl-debian.png' alt='' width=24 height=24 style='vertical-align: middle;'>
-<a href="downloads/residual_debian_i386.deb">Debian x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_amd64.deb")); ?>)</small></p>
+<a href="downloads/residual_debian_amd64.deb">Debian x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_debian_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_debian_amd64.deb")); ?>)</small></p>
 <p><img src='images/catpl-ubuntu.png' alt='' width=24 height=24 style='vertical-align: middle;'>
-<a href="downloads/residual_ubuntu_amd64.deb">Ubuntu i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_i386.deb")); ?>)</small></p>
+<a href="downloads/residual_ubuntu_i386.deb">Ubuntu i386</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_i386.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_i386.deb")); ?>)</small></p>
 <p><img src='images/catpl-ubuntu.png' alt='' width=24 height=24 style='vertical-align: middle;'>
 <a href="downloads/residual_ubuntu_amd64.deb">Ubuntu x86_64</a> <small> (build from Subversion trunk, <?php echo intval(filesize("downloads/residual_ubuntu_amd64.deb")/1024) ?>K deb file, last update: <?php echo date("F j, Y, g:i a",filemtime("downloads/residual_ubuntu_amd64.deb")); ?>)</small></p>
 <p></p>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list