diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-03-12 10:08:28 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-03-12 10:08:28 (GMT) |
commit | eabbadfce9eddeeb5a40ca4d0d6a65ccbb438a09 (patch) | |
tree | 5c3b07f9738930042a3a11295f598eeff3b8fba9 | |
parent | e5d51f87906476f2c2eb261a26b98cf2f55e82be (diff) | |
download | mxe-eabbadfce9eddeeb5a40ca4d0d6a65ccbb438a09.zip mxe-eabbadfce9eddeeb5a40ca4d0d6a65ccbb438a09.tar.gz mxe-eabbadfce9eddeeb5a40ca4d0d6a65ccbb438a09.tar.bz2 |
update package w32api
-rw-r--r-- | src/w32api.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32api.mk b/src/w32api.mk index 3d87f13..816714b 100644 --- a/src/w32api.mk +++ b/src/w32api.mk @@ -4,8 +4,8 @@ # MinGW Windows API PKG := w32api $(PKG)_IGNORE := -$(PKG)_VERSION := 3.16 -$(PKG)_CHECKSUM := 5b6c1503efc44791fad72512febeed943e4ce393 +$(PKG)_VERSION := 3.17 +$(PKG)_CHECKSUM := add0c6088d94cf283fdc1181f8b70dccd5714a3a $(PKG)_SUBDIR := . $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION)-1-mingw32-dev.tar.lzma $(PKG)_WEBSITE := http://www.mingw.org/ |