changeset 627:5c02718a9222

restored URL for version recognition of package pdflib_lite
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 01 Jan 2010 20:29:49 +0100
parents 9aae691e9818
children 915f601c3da7
files src/pdflib_lite.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/pdflib_lite.mk	Tue Dec 29 15:37:30 2009 +0100
+++ b/src/pdflib_lite.mk	Fri Jan 01 20:29:49 2010 +0100
@@ -32,7 +32,7 @@
 $(PKG)_DEPS     := gcc
 
 define $(PKG)_UPDATE
-    wget -q -O- 'http://www.pdflib.com/products/pdflib-lite-7/' | \
+    wget -q -O- 'http://www.pdflib.com/download/free-software/pdflib-lite/' | \
     $(SED) -n 's,.*PDFlib-Lite-\([0-9][^>]*\)\.tar.*,\1,p' | \
     head -1
 endef