changeset 2816:5f8b6875b672

update package poco
author Mark Brand <mabrand@mabrand.nl>
date Fri, 12 Oct 2012 11:56:54 +0200
parents 95b6461420ba
children 8b3bb715b237
files index.html src/poco.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Oct 12 11:50:52 2012 +0200
+++ b/index.html	Fri Oct 12 11:56:54 2012 +0200
@@ -1740,7 +1740,7 @@
     </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>
--- a/src/poco.mk	Fri Oct 12 11:50:52 2012 +0200
+++ b/src/poco.mk	Fri Oct 12 11:56:54 2012 +0200
@@ -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)