summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-24 14:57:38 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-24 14:57:38 (GMT)
commit85bb7f52360b261bc163f6f8673faab9f98a7e68 (patch)
treebfeedbbf93e706567e45a615f86e2bbbb2aa48f2
parent2547ed84039bc7d57056445141c3fda0954a99a4 (diff)
downloadmxe-85bb7f52360b261bc163f6f8673faab9f98a7e68.zip
mxe-85bb7f52360b261bc163f6f8673faab9f98a7e68.tar.gz
mxe-85bb7f52360b261bc163f6f8673faab9f98a7e68.tar.bz2
update version recognition of package pdflib_lite
-rw-r--r--src/pdflib_lite.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk
index fcf5948..09fb16d 100644
--- a/src/pdflib_lite.mk
+++ b/src/pdflib_lite.mk
@@ -32,7 +32,7 @@ $(PKG)_URL := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$(word 1,$(s
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite/' | \
+ wget -q -O- 'http://www.pdflib.com/products/pdflib-lite-7/' | \
$(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1
endef