update package poco

This commit is contained in:
Mark Brand 2012-11-19 13:28:58 +01:00
parent fef16f87e3
commit 8062b91d91
2 changed files with 2 additions and 2 deletions

View File

@ -1760,7 +1760,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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)