summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2013-02-04 04:58:13 (GMT)
committerMark Brand <mabrand@mabrand.nl>2013-02-04 04:58:13 (GMT)
commit68142e520afc45f25ba6190d549f3e06ea13896e (patch)
treeaa368583ba143e1de33ad2a5cd43183f553b8124
parentb22d755446097ad89fc0d5855165e5d432b59e2c (diff)
downloadmxe-68142e520afc45f25ba6190d549f3e06ea13896e.zip
mxe-68142e520afc45f25ba6190d549f3e06ea13896e.tar.gz
mxe-68142e520afc45f25ba6190d549f3e06ea13896e.tar.bz2
update package gsoap
-rw-r--r--index.html2
-rw-r--r--src/gsoap.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b0f2fb5..cff227e 100644
--- a/index.html
+++ b/index.html
@@ -1208,7 +1208,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="gsoap-package">gsoap</td>
- <td id="gsoap-version">2.8.13</td>
+ <td id="gsoap-version">2.8.14</td>
<td id="gsoap-website"><a href="http://gsoap2.sourceforge.net/">gSOAP</a></td>
</tr>
<tr>
diff --git a/src/gsoap.mk b/src/gsoap.mk
index 2a4b7a9..0a81947 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -3,7 +3,7 @@
PKG := gsoap
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := c70cfa449dd5825b4ff60c9fa0f12d3a2153e0b2
+$(PKG)_CHECKSUM := 4bb2f8c0bbb3be0267aaf51a7dc76817b18c5e0a
$(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG))
$(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE)