diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-11-19 02:53:12 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-11-19 02:53:12 (GMT) |
commit | 1748c2faa03bcdfe327b96e60b7cb20e17a805af (patch) | |
tree | 83b106a57397e381fc20f16b7136cec33d6d1523 /src/poco.mk | |
parent | 4eb676efd7d147118455fc1277d63ce90b9bc9e4 (diff) | |
download | mxe-1748c2faa03bcdfe327b96e60b7cb20e17a805af.zip mxe-1748c2faa03bcdfe327b96e60b7cb20e17a805af.tar.gz mxe-1748c2faa03bcdfe327b96e60b7cb20e17a805af.tar.bz2 |
update package poco
Diffstat (limited to 'src/poco.mk')
-rw-r--r-- | src/poco.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poco.mk b/src/poco.mk index 565f9b9..6f3077b 100644 --- a/src/poco.mk +++ b/src/poco.mk @@ -3,11 +3,11 @@ PKG := poco $(PKG)_IGNORE := -$(PKG)_VERSION := 1.4.6p1 -$(PKG)_CHECKSUM := c89833d208cc6a3b54a239a776dcb611e7cd4b02 +$(PKG)_VERSION := 1.4.6p2 +$(PKG)_CHECKSUM := 90042349faf1790b5167bad0e84e1713bfd46046 $(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) +$(PKG)_URL := http://pocoproject.org/releases/$(PKG)-$(word 1,$(subst p, ,$($(PKG)_VERSION)))/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE |