Changeset 555

Show
Ignore:
Timestamp:
11/02/2009 06:25:10 PM (3 weeks ago)
Author:
mario.izquierdo
Message:

max-win32-apps (5.0.max2)

  • Update to latest versions
Location:
trunk/max-win32-apps
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/max-win32-apps/build.py

    r453 r555  
    44import sys 
    55 
    6 MIRROR="http://tcosproject.org/max/max-win32-apps/" 
    7 #MIRROR="http://192.168.0.3/mirror/max-win32-apps/" 
     6#MIRROR="http://max.educa.madrid.org/max-win32-apps/" 
     7MIRROR="http://192.168.0.3/mirror/max-win32-apps/" 
    88 
    99ITEMS=[ 
    10 ["Thunderbird", MIRROR + "Thunderbird_Setup_2.0.0.21.exe", "max-win32-apps/disctree/programs/thunderbird/Thunderbird_Setup_2.0.0.21.exe"], 
    11 ["Gimp", MIRROR + "gimp-2.6.3-i686-setup-1.exe", "max-win32-apps/disctree/programs/gimp+gtk/gimp-2.6.3-i686-setup-1.exe"], 
    12 ["Qcad", MIRROR + "qcad_2_1_3_2_demo_win32.zip", "max-win32-apps/disctree/programs/qcad/qcad_2_1_3_2_demo_win32.zip"], 
    13 ["Firefox", MIRROR + "Firefox_Setup_3.0.10.exe", "max-win32-apps/disctree/programs/firefox/Firefox_Setup_3.0.10.exe"], 
     10["Thunderbird", MIRROR + "Thunderbird_Setup_2.0.0.23.exe", "max-win32-apps/disctree/programs/thunderbird/Thunderbird_Setup_2.0.0.23.exe"], 
     11["Gimp", MIRROR + "gimp-2.6.7-i686-setup.exe", "max-win32-apps/disctree/programs/gimp+gtk/gimp-2.6.7-i686-setup.exe"], 
     12["Qcad", MIRROR + "qcad_2_2_2_0_demo_win32.exe", "max-win32-apps/disctree/programs/qcad/qcad_2_2_2_0_demo_win32.exe"], 
     13["Firefox", MIRROR + "Firefox_Setup_3.5.4.exe", "max-win32-apps/disctree/programs/firefox/Firefox_Setup_3.5.4.exe"], 
    1414["Audacity", MIRROR + "audacity-win-1.2.6.exe", "max-win32-apps/disctree/programs/audacity/audacity-win-1.2.6.exe"], 
    1515["OpenOffice.org", MIRROR + "OOo_3.1.0_Win32Intel_install_es.exe", "max-win32-apps/disctree/programs/OpenOfice/OOo_3.1.0_Win32Intel_install_es.exe"], 
    16 ["KompoZer", MIRROR + "kompozer-0.7.10-win32.zip", "max-win32-apps/disctree/programs/kompozer/kompozer-0.7.10-win32.zip"], 
     16["KompoZer", MIRROR + "kompozer-0.8b1.es-ES.win32.zip", "max-win32-apps/disctree/programs/kompozer/kompozer-0.8b1.es-ES.win32.zip"], 
    1717] 
    1818 
    1919ITEMS_FOR_DOWNLOAD=[ 
    20 ["Bin data", "http://max.educa.madrid.org/max-win32-apps/max-win32-bin.tar.gz", "max-win32-apps/max-win32-bin.tar.gz"], 
    21 ["OO dicts", "http://max.educa.madrid.org/max-win32-apps/diccionarios.tar.gz", "max-win32-apps/disctree/programs/diccionarios OO/diccionarios.tar.gz"] 
     20["Bin data", MIRROR + "max-win32-bin.tar.gz", "max-win32-apps/max-win32-bin.tar.gz"], 
     21["OO dicts", MIRROR + "diccionarios.tar.gz", "max-win32-apps/disctree/programs/diccionarios OO/diccionarios.tar.gz"] 
    2222] 
    2323 
  • trunk/max-win32-apps/debian/changelog

    r407 r555  
     1max-win32-apps (5.0.max2) max; urgency=low 
     2 
     3  * Update to latest versions 
     4 
     5 -- Mario Izquierdo Rodríguez (Thinetic Systems SLNE) <mario.izquierdo@thinetic.es>  Mon, 02 Nov 2009 14:55:35 +0100 
     6 
    17max-win32-apps (5.0.max1) max; urgency=low 
    28