Skip to content

Commit

Permalink
update package openscenegraph
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbj authored and tonytheodore committed May 18, 2013
1 parent 0da2595 commit b9e1fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ <h2 id="packages">List of Packages</h2>
</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>
Expand Down
5 changes: 3 additions & 2 deletions src/openscenegraph.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit b9e1fb9

Please sign in to comment.