mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] [PATCH] Manual update to glew 1.5.2


From: Martin Lambers
Subject: [Mingw-cross-env-list] [PATCH] Manual update to glew 1.5.2
Date: Tue, 12 Jan 2010 16:58:59 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hello all,

Here is a manual update to glew-1.5.2. 'make update' misses this because
the glew folks changed their archive naming scheme (including the name
of the extracted directory). Don't you love it when they do this? :)

Martin


diff -r a8ff25e7de16 src/glew.mk
--- a/src/glew.mk       Tue Jan 12 07:29:40 2010 +0100
+++ b/src/glew.mk       Tue Jan 12 16:51:04 2010 +0100
@@ -23,17 +23,17 @@
 # GLEW
 PKG             := glew
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 1.5.1
-$(PKG)_CHECKSUM := a94113169d46487ccda1bb2fde68fa1803bdf009
-$(PKG)_SUBDIR   := glew
-$(PKG)_FILE     := glew-$($(PKG)_VERSION)-src.tgz
+$(PKG)_VERSION  := 1.5.2
+$(PKG)_CHECKSUM := 21fa100ff77d10f6767ef387f65de98eaaaa683f
+$(PKG)_SUBDIR   := glew-1.5.2
+$(PKG)_FILE     := glew-$($(PKG)_VERSION).tgz
 $(PKG)_WEBSITE  := http://glew.sourceforge.net/
 $(PKG)_URL      := 
http://$(SOURCEFORGE_MIRROR)/project/glew/glew/$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
     $(call SOURCEFORGE_FILES,http://sourceforge.net/projects/glew/files/glew/) 
| \
-    $(SED) -n 's,.*glew-\([0-9][^>]*\)-src\.tgz.*,\1,p' | \
+    $(SED) -n 's,.*glew-\([0-9][^>]*\)\.tgz.*,\1,p' | \
     tail -1
 endef
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]