summaryrefslogtreecommitdiffstats
path: root/src/xmlwrapp.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-09-01 22:55:53 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-09-01 22:55:53 (GMT)
commitad09fd28ae898bbdc0b43525368086e2d521eeac (patch)
tree04676bae8054074da3eb6d4463a2f53bf3d562e1 /src/xmlwrapp.mk
parent869629d69eeecf7f7003d7bab2244efdada033d7 (diff)
downloadmxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.zip
mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.gz
mxe-ad09fd28ae898bbdc0b43525368086e2d521eeac.tar.bz2
improved download URLs for all SourceForge packages to ensure that the selected SOURCEFORGE_MIRROR is really used
Diffstat (limited to 'src/xmlwrapp.mk')
-rw-r--r--src/xmlwrapp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk
index e50b502..d22fff8 100644
--- a/src/xmlwrapp.mk
+++ b/src/xmlwrapp.mk
@@ -26,7 +26,7 @@ $(PKG)_CHECKSUM := af96d589bd13737080cd02620685c665f9807397
$(PKG)_SUBDIR := xmlwrapp-$($(PKG)_VERSION)
$(PKG)_FILE := xmlwrapp-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://sourceforge.net/projects/xmlwrapp/
-$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/xmlwrapp/$($(PKG)_FILE)
+$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/xmlwrapp/xmlwrapp/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libxml2 libxslt
define $(PKG)_UPDATE