changeset 2671:de14d840a828

update package glew
author Mark Brand <mabrand@mabrand.nl>
date Wed, 18 Jul 2012 09:09:46 +0200
parents 47fc8672c8f5
children 0445e07ae566
files index.html src/glew.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </tr>
     <tr>
         <td id="glew-package">glew</td>
-        <td id="glew-version">1.7.0</td>
+        <td id="glew-version">1.8.0</td>
         <td id="glew-website"><a href="http://glew.sourceforge.net/">GLEW</a></td>
     </tr>
     <tr>
--- 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)