diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-07-18 07:09:46 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-07-18 07:09:46 (GMT) |
commit | b3627a7503cc5c17725f8194863f98f149fdca18 (patch) | |
tree | 131c52f5059c1eca5002485b7d9b0914098d91b8 | |
parent | 0677abd147ef3e7737ea8c16501d7a634d83c9a3 (diff) | |
download | mxe-b3627a7503cc5c17725f8194863f98f149fdca18.zip mxe-b3627a7503cc5c17725f8194863f98f149fdca18.tar.gz mxe-b3627a7503cc5c17725f8194863f98f149fdca18.tar.bz2 |
update package glew
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | src/glew.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1160,7 +1160,7 @@ USE_OSGPLUGIN(<plugin2>) </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) |