update package glew

This commit is contained in:
Mark Brand 2012-08-12 10:55:26 +02:00
parent 5e08bf6272
commit ec7ec4c196
2 changed files with 2 additions and 2 deletions

View File

@ -1160,7 +1160,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="glew-package">glew</td>
<td id="glew-version">1.8.0</td>
<td id="glew-version">1.9.0</td>
<td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := glew
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4
$(PKG)_CHECKSUM := 9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe
$(PKG)_SUBDIR := glew-$($(PKG)_VERSION)
$(PKG)_FILE := glew-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)