diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-10-27 11:41:32 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-10-27 11:41:32 (GMT) |
commit | 61101715ce12dec04dd707b75d8f2e3cd1e95abb (patch) | |
tree | 10b73818dfc222c3d12e9be6464db73d71d430a7 | |
parent | 091a6d932d3eb1821fe100042224642170779c23 (diff) | |
download | mxe-61101715ce12dec04dd707b75d8f2e3cd1e95abb.zip mxe-61101715ce12dec04dd707b75d8f2e3cd1e95abb.tar.gz mxe-61101715ce12dec04dd707b75d8f2e3cd1e95abb.tar.bz2 |
upgrade package freeglut
-rw-r--r-- | src/freeglut.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/freeglut.mk b/src/freeglut.mk index 59745af..902277e 100644 --- a/src/freeglut.mk +++ b/src/freeglut.mk @@ -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 |