diff src/wxwidgets.mk @ 1462:61dda1d437e2

improved update script of packages: boost cppunit cunit expat freetype glew pcre pdcurses wxwidgets
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 01 Dec 2010 03:44:21 +0100
parents 0714de3e00b9
children 52b652c3e927
line wrap: on
line diff
--- a/src/wxwidgets.mk	Wed Dec 01 03:35:36 2010 +0100
+++ b/src/wxwidgets.mk	Wed Dec 01 03:44:21 2010 +0100
@@ -13,7 +13,7 @@
 $(PKG)_DEPS     := gcc libiconv libpng jpeg tiff sdl zlib expat
 
 define $(PKG)_UPDATE
-    wget -q -O- 'http://sourceforge.net/projects/wxwindows/files/?sort=date&sortdir=desc' | \
+    wget -q -O- 'http://sourceforge.net/projects/wxwindows/files/' | \
     $(SED) -n 's,.*/\([0-9][^"9]*\)/".*,\1,p' | \
     head -1
 endef