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 cb49c77..16b8ae5 100644
--- a/index.html
+++ b/index.html
@@ -1914,7 +1914,7 @@ aptitude -t squeeze-backports install cmake yasm</pre>
</tr>
<tr>
<td id="poco-package">poco</td>
- <td id="poco-version">1.4.5</td>
+ <td id="poco-version">1.4.6p1</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 3ead765..f780ede 100644
--- a/src/poco.mk
+++ b/src/poco.mk
@@ -3,7 +3,7 @@
PKG := poco
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := fd19d6d25504f9cdaf345880ddf64aa688dea170
+$(PKG)_CHECKSUM := c89833d208cc6a3b54a239a776dcb611e7cd4b02
$(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)