diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
commit | a228c0488f42fd4e2e485654ff52e13d3f8e7a55 (patch) | |
tree | f027ba375daf156bfe3ecf5b32f8af972edb2f72 /src/icu4c.mk | |
parent | fd257c1335663f9452a9f360a3fcc72108053da9 (diff) | |
download | mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.zip mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.gz mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.bz2 |
all packages: switch to sha256 checksums
closes #871
Diffstat (limited to 'src/icu4c.mk')
-rw-r--r-- | src/icu4c.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/icu4c.mk b/src/icu4c.mk index cfa94b7..a20a521 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -5,7 +5,7 @@ PKG := icu4c $(PKG)_IGNORE := $(PKG)_VERSION := 54.1 $(PKG)_MAJOR := $(word 1,$(subst ., ,$($(PKG)_VERSION))) -$(PKG)_CHECKSUM := 8c752490bbf31cea26e20246430cee67d48abe34 +$(PKG)_CHECKSUM := 279f49e5b508d51ef26ac9850d9be55de5bb8ab3 $(PKG)_SUBDIR := icu $(PKG)_FILE := $(PKG)-$(subst .,_,$($(PKG)_VERSION))-src.tgz $(PKG)_URL := http://download.icu-project.org/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) |