diff options
Diffstat (limited to 'src/poco.mk')
-rw-r--r-- | src/poco.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poco.mk b/src/poco.mk index b27f600..d7a5623 100644 --- a/src/poco.mk +++ b/src/poco.mk @@ -4,7 +4,7 @@ PKG := poco $(PKG)_IGNORE := $(PKG)_VERSION := 1.4.7p1 -$(PKG)_CHECKSUM := ea14d1207f040de5ea8073dc266b06a73b3db8df +$(PKG)_CHECKSUM := 7037cc465744bf2fa73aca9cea14d1207f040de5ea8073dc266b06a73b3db8df $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz $(PKG)_URL := http://pocoproject.org/releases/$(PKG)-$(word 1,$(subst p, ,$($(PKG)_VERSION)))/$($(PKG)_FILE) |