summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Kristian Bech Jensen <nkbj1970@hotmail.com>2013-05-18 18:15:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-05-18 18:15:58 (GMT)
commitb9e1fb90c03aec9457678346e2288cae90066850 (patch)
tree78db7d640144d2cd5b348999d5086354b6291eb9
parent0da25956012856bbee217f4096be26f8c126748b (diff)
downloadmxe-b9e1fb90c03aec9457678346e2288cae90066850.zip
mxe-b9e1fb90c03aec9457678346e2288cae90066850.tar.gz
mxe-b9e1fb90c03aec9457678346e2288cae90066850.tar.bz2
update package openscenegraph
-rw-r--r--index.html2
-rw-r--r--src/openscenegraph.mk5
2 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index ad359e8..f0c6ff8 100644
--- a/index.html
+++ b/index.html
@@ -1844,7 +1844,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="openscenegraph-package">openscenegraph</td>
- <td id="openscenegraph-version">3.1.5</td>
+ <td id="openscenegraph-version">3.1.6</td>
<td id="openscenegraph-website"><a href="http://www.openscenegraph.org/">OpenSceneGraph</a></td>
</tr>
<tr>
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index f1315ed..c238ea6 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -3,7 +3,7 @@
PKG := openscenegraph
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := e1b80206572d681fe624b4c8076674aa5efd6b29
+$(PKG)_CHECKSUM := f2d3707b033932cd7b916d425559572d0d3dfc69
$(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
$(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_URL := http://www.openscenegraph.org/downloads/developer_releases/$($(PKG)_FILE)
@@ -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' | \
- head -1
+ $(SORT) -V | \
+ tail -1
endef
define $(PKG)_BUILD