summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-03-14 17:29:52 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-03-14 17:29:52 (GMT)
commit5a106dc33a11dd9df8c8a6e51b1c43be80f94714 (patch)
treee680f71a7e5584d4205eb9d3d12d07193be070a8
parent840c9a2435c08c7acd5f62527cc2d13794143c01 (diff)
parentffaf62367ce55ad2500af9414c34ed94f67e987a (diff)
downloadmxe-5a106dc33a11dd9df8c8a6e51b1c43be80f94714.zip
mxe-5a106dc33a11dd9df8c8a6e51b1c43be80f94714.tar.gz
mxe-5a106dc33a11dd9df8c8a6e51b1c43be80f94714.tar.bz2
Merge pull request #656 from newnon/master_GLEW_update
GLEW updated to version 1.12.0
-rw-r--r--src/glew.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glew.mk b/src/glew.mk
index cd94fc6..eecae15 100644
--- a/src/glew.mk
+++ b/src/glew.mk
@@ -3,8 +3,8 @@
PKG := glew
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.11.0
-$(PKG)_CHECKSUM := 9bb5c87c055acd122a4956112bbb18ee72c38e5c
+$(PKG)_VERSION := 1.12.0
+$(PKG)_CHECKSUM := 070dfb61dbb7cd0915517decf467264756469a94
$(PKG)_SUBDIR := glew-$($(PKG)_VERSION)
$(PKG)_FILE := glew-$($(PKG)_VERSION).tgz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)