summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2017-03-26 23:40:35 (GMT)
committerMark Brand <mabrand@mabrand.nl>2017-03-26 23:40:35 (GMT)
commit053cd736ca909137a81dd2f99608a289607b8c20 (patch)
tree49c6717267d6e00f911f036ed4100cbc6b0834cc
parentd0aa4b74eaeb73000f036ef238a21d0053cc744a (diff)
downloadmxe-053cd736ca909137a81dd2f99608a289607b8c20.zip
mxe-053cd736ca909137a81dd2f99608a289607b8c20.tar.gz
mxe-053cd736ca909137a81dd2f99608a289607b8c20.tar.bz2
update mingw-w64
-rw-r--r--src/mingw-w64.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk
index 0534946..b081b1b 100644
--- a/src/mingw-w64.mk
+++ b/src/mingw-w64.mk
@@ -4,8 +4,8 @@ PKG := mingw-w64
$(PKG)_WEBSITE := https://mingw-w64.sourceforge.io/
$(PKG)_DESCR := MinGW-w64 Runtime
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.0.1
-$(PKG)_CHECKSUM := 9bb5cd7df78817377841a63555e73596dc0af4acbb71b09bd48de7cf24aeadd2
+$(PKG)_VERSION := 5.0.2
+$(PKG)_CHECKSUM := 5f46e80ff1a9102a37a3453743dae9df98262cba7c45306549ef7432cfd92cfd
$(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE)