Merge pull request #1613 from LuaAndC/mingw-w64-5.0.0

mingw-w64: update to 5.0.1
This commit is contained in:
Boris Nagaev 2017-01-27 22:07:09 +00:00 committed by GitHub
commit b4716255d0
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ PKG := mingw-w64
$(PKG)_WEBSITE := http://mingw-w64.sourceforge.net/
$(PKG)_DESCR := MinGW-w64 Runtime
$(PKG)_IGNORE :=
$(PKG)_VERSION := 4.0.6
$(PKG)_CHECKSUM := 0c407394b0d8635553f4fbca674cdfe446aac223e90b4010603d863e4bdd015c
$(PKG)_VERSION := 5.0.1
$(PKG)_CHECKSUM := 9bb5cd7df78817377841a63555e73596dc0af4acbb71b09bd48de7cf24aeadd2
$(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)