changeset 1353:bad481f2a6bd

upgrade package freeglut
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 27 Oct 2010 13:41:32 +0200
parents 4b00bed64ac9
children 5646072a0081
files src/freeglut.mk
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/freeglut.mk	Wed Oct 27 13:38:48 2010 +0200
+++ b/src/freeglut.mk	Wed Oct 27 13:41:32 2010 +0200
@@ -3,13 +3,13 @@
 
 # freeglut
 PKG             := freeglut
-$(PKG)_IGNORE   := 2.6.0-rc3
-$(PKG)_VERSION  := 2.6.0-rc1
-$(PKG)_CHECKSUM := 0bf40f0134695a95032de8cf8305c13dc8d654e5
+$(PKG)_IGNORE   :=
+$(PKG)_VERSION  := 2.6.0
+$(PKG)_CHECKSUM := 68306c4486c13d005a4e4d54035e0c0b1bdc220b
 $(PKG)_SUBDIR   := freeglut-$(word 1,$(subst -, ,$($(PKG)_VERSION)))
 $(PKG)_FILE     := freeglut-$($(PKG)_VERSION).tar.gz
 $(PKG)_WEBSITE  := http://freeglut.sourceforge.net/
-$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/freeglut/freeglut/$(word 1,$(subst -, ,$($(PKG)_VERSION)))/$($(PKG)_FILE)
+$(PKG)_URL      := http://$(SOURCEFORGE_MIRROR)/project/freeglut/freeglut/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE