diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-16 20:28:49 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-16 20:28:49 (GMT) |
commit | 5faa838de4a9332e1e003c86ee6a5b440452f84e (patch) | |
tree | 9b233b11fd1a5e2ddf7608c4f07f12a0f2485985 /src | |
parent | 91464c9a5b3827019516828d3704295cb0065d04 (diff) | |
download | mxe-5faa838de4a9332e1e003c86ee6a5b440452f84e.zip mxe-5faa838de4a9332e1e003c86ee6a5b440452f84e.tar.gz mxe-5faa838de4a9332e1e003c86ee6a5b440452f84e.tar.bz2 |
corrected download URL and version number style of package freeimage
Diffstat (limited to 'src')
-rw-r--r-- | src/freeimage.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/freeimage.mk b/src/freeimage.mk index efaf2e1..4496fd6 100644 --- a/src/freeimage.mk +++ b/src/freeimage.mk @@ -4,12 +4,12 @@ # FreeImage PKG := freeimage $(PKG)_IGNORE := -$(PKG)_VERSION := 3131 +$(PKG)_VERSION := 3.13.1 $(PKG)_CHECKSUM := 52ba4453aa9682c57104c3420e58f843aaa6ab61 $(PKG)_SUBDIR := FreeImage -$(PKG)_FILE := FreeImage$($(PKG)_VERSION).zip +$(PKG)_FILE := FreeImage$(subst .,,$($(PKG)_VERSION)).zip $(PKG)_WEBSITE := http://freeimage.sourceforge.net/ -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/freeimage/$($(PKG)_FILE) +$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/freeimage/Source Distribution/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE |