diff options
author | Mark Brand <mabrand@mabrand.nl> | 2014-09-03 09:59:46 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2014-09-03 10:00:47 (GMT) |
commit | c0cf341e29c6e027cdec1d26c0e93a84d633f7a0 (patch) | |
tree | d37fa072e712f34cd6e1dd61b17c5e77926c2417 /src/mingw-w64.mk | |
parent | 5459134799e06074560e4f7905db7ddcab818391 (diff) | |
download | mxe-c0cf341e29c6e027cdec1d26c0e93a84d633f7a0.zip mxe-c0cf341e29c6e027cdec1d26c0e93a84d633f7a0.tar.gz mxe-c0cf341e29c6e027cdec1d26c0e93a84d633f7a0.tar.bz2 |
update package mingw-w64
Diffstat (limited to 'src/mingw-w64.mk')
-rw-r--r-- | src/mingw-w64.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mingw-w64.mk b/src/mingw-w64.mk index f197cb6..acd504c 100644 --- a/src/mingw-w64.mk +++ b/src/mingw-w64.mk @@ -3,9 +3,9 @@ PKG := mingw-w64 $(PKG)_IGNORE := -$(PKG)_VERSION := 3.1.0 -$(PKG)_CHECKSUM := c167b1dc114a13c465fe6adcce9dc65c509baf75 -$(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION) +$(PKG)_VERSION := 3.2.0 +$(PKG)_CHECKSUM := 0581cc71d3f5826ed68a615773370acd20c5826c +$(PKG)_SUBDIR := $(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-release/$($(PKG)_FILE) $(PKG)_DEPS := |