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/boost.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/boost.mk')
-rw-r--r-- | src/boost.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boost.mk b/src/boost.mk index 252d1ee..0d48c8b 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -4,7 +4,7 @@ PKG := boost $(PKG)_IGNORE := $(PKG)_VERSION := 1.57.0 -$(PKG)_CHECKSUM := 5d4f14b466588dda94ba2124e78b8c57db264967 +$(PKG)_CHECKSUM := 910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967 $(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION)) $(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/boost/boost/$($(PKG)_VERSION)/$($(PKG)_FILE) |