summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 a8552ba..94ae556 100644
--- a/index.html
+++ b/index.html
@@ -1740,7 +1740,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="poco-package">poco</td>
- <td id="poco-version">1.4.3p1</td>
+ <td id="poco-version">1.4.4</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 0904ce0..25dc484 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -3,7 +3,7 @@
PKG := poco
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 9e1ef31d369c67eef2d3ce1ca8f2b6ac5cc38ec4
+$(PKG)_CHECKSUM := 22ee6a217eb3f5e0f48c85893af128fe8955eb4f
$(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)