summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-08 14:13:59 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-14 07:22:58 (GMT)
commit546b1b623c3a28e36a5d08e36b1f52d1eb55b29a (patch)
treec401fe54eb4b03696854c6ed9f3fe14249606a46
parent5654781ad9d4c91990eeb7ab325b5a05019e9d50 (diff)
downloadmxe-546b1b623c3a28e36a5d08e36b1f52d1eb55b29a.zip
mxe-546b1b623c3a28e36a5d08e36b1f52d1eb55b29a.tar.gz
mxe-546b1b623c3a28e36a5d08e36b1f52d1eb55b29a.tar.bz2
update package xmlwrapp
-rw-r--r--index.html2
-rw-r--r--src/xmlwrapp.mk4
2 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 9422e82..ec4c4c2 100644
--- a/index.html
+++ b/index.html
@@ -1844,7 +1844,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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>
diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk
index 7c913d1..2594627 100644
--- a/src/xmlwrapp.mk
+++ b/src/xmlwrapp.mk
@@ -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/' | \