summaryrefslogtreecommitdiffstats
path: root/src/wxwidgets.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-03-25 17:57:11 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-03-25 17:57:11 (GMT)
commit4e854e4341a118f5cd383ea8a5d61a970348ec76 (patch)
treebb8d4f75e4b6f32f2d50cd3a926cc997b80e5ddb /src/wxwidgets.mk
parente40405de5ae1a601608c4f08ccb1a3c53fcca5ae (diff)
downloadmxe-4e854e4341a118f5cd383ea8a5d61a970348ec76.zip
mxe-4e854e4341a118f5cd383ea8a5d61a970348ec76.tar.gz
mxe-4e854e4341a118f5cd383ea8a5d61a970348ec76.tar.bz2
package wxwidgets: fix update macro to allow dev releases
Diffstat (limited to 'src/wxwidgets.mk')
-rw-r--r--src/wxwidgets.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk
index c9b43c4..8feb607 100644
--- a/src/wxwidgets.mk
+++ b/src/wxwidgets.mk
@@ -11,7 +11,7 @@ $(PKG)_DEPS := gcc libiconv libpng jpeg tiff sdl zlib expat
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/wxwindows/files/' | \
- $(SED) -n 's,.*/\([0-9][^"9]*\)/".*,\1,p' | \
+ $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \
head -1
endef