changeset 2684:14f1e48fe31e

update package glew
author Mark Brand <mabrand@mabrand.nl>
date Sun, 12 Aug 2012 10:55:26 +0200
parents 3a1c3da5d83a
children 6a223b970294
files index.html src/glew.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Aug 12 10:46:31 2012 +0200
+++ b/index.html	Sun Aug 12 10:55:26 2012 +0200
@@ -1160,7 +1160,7 @@
     </tr>
     <tr>
         <td id="glew-package">glew</td>
-        <td id="glew-version">1.8.0</td>
+        <td id="glew-version">1.9.0</td>
         <td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
     </tr>
     <tr>
--- a/src/glew.mk	Sun Aug 12 10:46:31 2012 +0200
+++ b/src/glew.mk	Sun Aug 12 10:55:26 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := glew
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 641c6bb3f924ec786e1e6cf2b1b230f594e0f0e4
+$(PKG)_CHECKSUM := 9291f5c5afefd482c7f3e91ffb3cd4716c6c9ffe
 $(PKG)_SUBDIR   := glew-$($(PKG)_VERSION)
 $(PKG)_FILE     := glew-$($(PKG)_VERSION).tgz
 $(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)