changeset 216:d740c44d051f

update version of package xmlwrapp
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 03 Feb 2009 01:42:58 +0100
parents 898425550c29
children 89ba55cd6e29
files src/xmlwrapp.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmlwrapp.mk	Tue Feb 03 00:12:28 2009 +0100
+++ b/src/xmlwrapp.mk	Tue Feb 03 01:42:58 2009 +0100
@@ -2,16 +2,16 @@
 # http://sourceforge.net/projects/xmlwrapp/
 
 PKG            := xmlwrapp
-$(PKG)_VERSION := 0.5.0
+$(PKG)_VERSION := 0.5.1
 $(PKG)_SUBDIR  := xmlwrapp-$($(PKG)_VERSION)
-$(PKG)_FILE    := xmlwrapp-$($(PKG)_VERSION).tgz
+$(PKG)_FILE    := xmlwrapp-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL     := http://$(SOURCEFORGE_MIRROR)/xmlwrapp/$($(PKG)_FILE)
 $(PKG)_DEPS    := gcc libxml2 libxslt
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://sourceforge.net/project/showfiles.php?group_id=142403&package_id=156331' | \
     grep 'xmlwrapp-' | \
-    $(SED) -n 's,.*xmlwrapp-\([0-9][^>]*\)\.tgz.*,\1,p' | \
+    $(SED) -n 's,.*xmlwrapp-\([0-9][^>]*\)\.tar.*,\1,p' | \
     head -1
 endef