changeset 2393:295e88579d64

update package xmlwrapp
author Mark Brand <mabrand@mabrand.nl>
date Sun, 08 Apr 2012 16:13:59 +0200
parents be80d8581762
children 013541fc1bdd 0bec20cb78f6 07941e287663
files index.html src/xmlwrapp.mk
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Apr 05 08:52:18 2012 +0200
+++ b/index.html	Sun Apr 08 16:13:59 2012 +0200
@@ -1844,7 +1844,7 @@
     </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>
--- a/src/xmlwrapp.mk	Thu Apr 05 08:52:18 2012 +0200
+++ b/src/xmlwrapp.mk	Sun Apr 08 16:13:59 2012 +0200
@@ -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/' | \