# HG changeset patch # User Mark Brand # Date 1342595386 -7200 # Node ID de14d840a8282785983945ccf38763e3eb58977d # Parent 47fc8672c8f591fc623557d800f096989cd6e05a update package glew diff -r 47fc8672c8f5 -r de14d840a828 index.html --- a/index.html Wed Jul 18 01:27:59 2012 +0200 +++ b/index.html Wed Jul 18 09:09:46 2012 +0200 @@ -1160,7 +1160,7 @@ glew - 1.7.0 + 1.8.0 GLEW diff -r 47fc8672c8f5 -r de14d840a828 src/glew.mk --- a/src/glew.mk Wed Jul 18 01:27:59 2012 +0200 +++ b/src/glew.mk Wed Jul 18 09:09:46 2012 +0200 @@ -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)