summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-19 12:28:58 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-11-19 12:28:58 (GMT)
commit8062b91d910a4400e6acc1979ea8f633d0cba91c (patch)
tree33e867fbd321fd676d5f001429959b9ec941149f
parentfef16f87e311d621bb6d5323be6bac574ebf41e3 (diff)
downloadmxe-8062b91d910a4400e6acc1979ea8f633d0cba91c.zip
mxe-8062b91d910a4400e6acc1979ea8f633d0cba91c.tar.gz
mxe-8062b91d910a4400e6acc1979ea8f633d0cba91c.tar.bz2
update package poco
-rw-r--r--index.html2
-rw-r--r--src/poco.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 8a1e3b9..c5e4105 100644
--- a/index.html
+++ b/index.html
@@ -1760,7 +1760,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="poco-package">poco</td>
- <td id="poco-version">1.4.4</td>
+ <td id="poco-version">1.4.5</td>
<td id="poco-website"><a href="http://pocoproject.org/">POCO C++ Libraries</a></td>
</tr>
<tr>
diff --git a/src/poco.mk b/src/poco.mk
index 25dc484..3ead765 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -3,7 +3,7 @@
PKG := poco
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 22ee6a217eb3f5e0f48c85893af128fe8955eb4f
+$(PKG)_CHECKSUM := fd19d6d25504f9cdaf345880ddf64aa688dea170
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/sources/$(PKG)-$(word 1,$(subst p, ,$($(PKG)_VERSION)))/$($(PKG)_FILE)