summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-11-19 02:50:42 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-11-19 02:50:42 (GMT)
commit55bba23b5495537555700bc73978beb83a0d6a27 (patch)
treedcb74bf6bf830b4367434620568788ba3e9eb80c /src/openscenegraph.mk
parent8fa45f9e97d86f9cc4fb4b01b62571afc734d73c (diff)
downloadmxe-55bba23b5495537555700bc73978beb83a0d6a27.zip
mxe-55bba23b5495537555700bc73978beb83a0d6a27.tar.gz
mxe-55bba23b5495537555700bc73978beb83a0d6a27.tar.bz2
package openscenegraph: only update to stable releases
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index da12cbd..04c5082 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -12,7 +12,8 @@ $(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib gta jasper j
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.openscenegraph.org/downloads/developer_releases/?C=M;O=D' | \
- $(SED) -n 's,.*OpenSceneGraph-\([0-9][^<]*\)\.zip.*,\1,p' | \
+ $(SED) -n 's,.*OpenSceneGraph-\([0-9]*\.[0-9]*[02468]\.[^<]*\)\.zip.*,\1,p' | \
+ grep -v rc | \
$(SORT) -V | \
tail -1
endef