summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Perepelitsa <non_2001@mail.ru>2015-02-18 21:24:17 (GMT)
committerSergey Perepelitsa <non_2001@mail.ru>2015-03-14 17:16:30 (GMT)
commitffaf62367ce55ad2500af9414c34ed94f67e987a (patch)
tree088a2727094da52da55e53909a30f4a10f99f876
parentfc2f44482f524be8ad61239f8bbd13c38ba6d8b7 (diff)
downloadmxe-ffaf62367ce55ad2500af9414c34ed94f67e987a.zip
mxe-ffaf62367ce55ad2500af9414c34ed94f67e987a.tar.gz
mxe-ffaf62367ce55ad2500af9414c34ed94f67e987a.tar.bz2
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)