summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-07-18 07:09:46 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-07-18 07:09:46 (GMT)
commitb3627a7503cc5c17725f8194863f98f149fdca18 (patch)
tree131c52f5059c1eca5002485b7d9b0914098d91b8
parent0677abd147ef3e7737ea8c16501d7a634d83c9a3 (diff)
downloadmxe-b3627a7503cc5c17725f8194863f98f149fdca18.zip
mxe-b3627a7503cc5c17725f8194863f98f149fdca18.tar.gz
mxe-b3627a7503cc5c17725f8194863f98f149fdca18.tar.bz2
update package glew
-rw-r--r--index.html2
-rw-r--r--src/glew.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index d22b860..7367258 100644
--- a/index.html
+++ b/index.html
@@ -1160,7 +1160,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="glew-package">glew</td>
- <td id="glew-version">1.7.0</td>
+ <td id="glew-version">1.8.0</td>
<td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
</tr>
<tr>
diff --git a/src/glew.mk b/src/glew.mk
index 1b133f8..907be8a 100644
--- a/src/glew.mk
+++ b/src/glew.mk
@@ -3,7 +3,7 @@
PKG := glew
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 9266f2360c1687a96f2ea06419671d370b2928d1
+$(PKG)_CHECKSUM := 641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4
$(PKG)_SUBDIR := glew-$($(PKG)_VERSION)
$(PKG)_FILE := glew-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)