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/mingw-w64.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/mingw-w64.mk')
-rw-r--r-- | src/mingw-w64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk index 9e7230e..86b73dd 100644 --- a/src/mingw-w64.mk +++ b/src/mingw-w64.mk @@ -4,7 +4,7 @@ PKG := mingw-w64 $(PKG)_IGNORE := $(PKG)_VERSION := 4.0.4 -$(PKG)_CHECKSUM := c8dd01a131d4750c3acb30c6350a406316c42199 +$(PKG)_CHECKSUM := 89356a0aa8cf9f8b9dc8d92bc8dd01a131d4750c3acb30c6350a406316c42199 $(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE) |