changeset 624:4b395bbd23b4

update version recognition of package pdflib_lite
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 24 Dec 2009 15:57:38 +0100
parents 6ef6a1300168
children c51831e7eb46
files src/pdflib_lite.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pdflib_lite.mk	Wed Dec 23 23:32:04 2009 +0100
+++ b/src/pdflib_lite.mk	Thu Dec 24 15:57:38 2009 +0100
@@ -32,7 +32,7 @@
 $(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