diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 08:32:58 (GMT) |
commit | fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e (patch) | |
tree | a667861df312d3fbd50218878ad2dfe793183efd /src/fontconfig.mk | |
parent | 5b74c8e9de86cb213d7bc6f6c154705506857e77 (diff) | |
download | mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.zip mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.gz mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.bz2 |
all packages: really use sha256 checksums
Diffstat (limited to 'src/fontconfig.mk')
-rw-r--r-- | src/fontconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontconfig.mk b/src/fontconfig.mk index fec6bc4..e8f2b8e 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -4,7 +4,7 @@ PKG := fontconfig $(PKG)_IGNORE := $(PKG)_VERSION := 2.11.1 -$(PKG)_CHECKSUM := d4083b57c90f18a70506e7a9f4936b5a1e516a99 +$(PKG)_CHECKSUM := dc62447533bca844463a3c3fd4083b57c90f18a70506e7a9f4936b5a1e516a99 $(PKG)_SUBDIR := fontconfig-$($(PKG)_VERSION) $(PKG)_FILE := fontconfig-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://fontconfig.org/release/$($(PKG)_FILE) |