GLEW updated to version 1.12.0

This commit is contained in:
Sergey Perepelitsa 2015-02-19 00:24:17 +03:00
parent fc2f44482f
commit ffaf62367c
1 changed files with 2 additions and 2 deletions

View File

@ -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)