diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-01-12 20:03:32 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-01-12 20:03:32 (GMT) |
commit | a9b7c1c25db59f1ec4f2a79e65c5f4c688c7fdde (patch) | |
tree | e5282d92487a846fcb4714b4f9628a2fd1d20204 /src/glew.mk | |
parent | a3d030c8d353fd36e206ff438fd5902634d0df80 (diff) | |
download | mxe-a9b7c1c25db59f1ec4f2a79e65c5f4c688c7fdde.zip mxe-a9b7c1c25db59f1ec4f2a79e65c5f4c688c7fdde.tar.gz mxe-a9b7c1c25db59f1ec4f2a79e65c5f4c688c7fdde.tar.bz2 |
update version of package glew (by Martin Lambers)
Diffstat (limited to 'src/glew.mk')
-rw-r--r-- | src/glew.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/glew.mk b/src/glew.mk index 9a32a67..12a3d1e 100644 --- a/src/glew.mk +++ b/src/glew.mk @@ -1,5 +1,5 @@ -# Copyright (C) 2009 Volker Grabsch -# Martin Lambers +# Copyright (C) 2009, 2010 Volker Grabsch +# Martin Lambers # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -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-$($(PKG)_VERSION) +$(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 |