update package xmlwrapp

This commit is contained in:
Mark Brand 2012-04-08 16:13:59 +02:00
parent 5654781ad9
commit 546b1b623c
2 changed files with 3 additions and 3 deletions

View File

@ -1844,7 +1844,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="xmlwrapp-package">xmlwrapp</td>
<td id="xmlwrapp-version">0.6.2</td>
<td id="xmlwrapp-version">0.6.3</td>
<td id="xmlwrapp-website"><a href="http://sourceforge.net/projects/xmlwrapp/">xmlwrapp</a></td>
</tr>
<tr>

View File

@ -3,11 +3,11 @@
PKG := xmlwrapp
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := b3ef8bff215bbacd988790615b76379672105928
$(PKG)_CHECKSUM := 7bd66ecc1204b296580a499fd929d77b79e6e85a
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libxml2 libxslt
$(PKG)_DEPS := gcc boost libxml2 libxslt
define $(PKG)_UPDATE
wget -q -O- 'http://sourceforge.net/projects/xmlwrapp/files/xmlwrapp/' | \