summaryrefslogtreecommitdiffstats
path: root/src/mman-win32.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2015-03-10 01:47:10 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2015-03-10 01:47:10 (GMT)
commit7e79d1ec39bebc24c7eb6fc0829ba74b3ce13e02 (patch)
tree446c53f5d429409d6d65541c4be74a8599bb9fe3 /src/mman-win32.mk
parent1bd25fc0ec4bcd83afa31262b52861c4cacdead5 (diff)
parentdced1f10b67e9a97e1d301146723daffa5d30ed6 (diff)
downloadmxe-7e79d1ec39bebc24c7eb6fc0829ba74b3ce13e02.zip
mxe-7e79d1ec39bebc24c7eb6fc0829ba74b3ce13e02.tar.gz
mxe-7e79d1ec39bebc24c7eb6fc0829ba74b3ce13e02.tar.bz2
Merge pull request #648 from 0xACE/patch-1
Updated mman-win32
Diffstat (limited to 'src/mman-win32.mk')
-rw-r--r--src/mman-win32.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/mman-win32.mk b/src/mman-win32.mk
index ef722b4..7695ab2 100644
--- a/src/mman-win32.mk
+++ b/src/mman-win32.mk
@@ -3,17 +3,14 @@
PKG := mman-win32
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3421c28e753c38d24a2e27c111b1c9b4601ebe7d
-$(PKG)_CHECKSUM := c33e84043d49d0e33bc434bda3a16ce60432e789
+$(PKG)_VERSION := 378ed6b69bb7220511dd9cd0973c22b3f6773ce7
+$(PKG)_CHECKSUM := f2e54393f530b35d1736fa98a5a29d7d3a0ce76b
$(PKG)_SUBDIR := mman-win32-master
$(PKG)_FILE := mman-win32-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://github.com/witwall/mman-win32/archive/master.tar.gz
+$(PKG)_URL := https://github.com/witwall/mman-win32/archive/$($(PKG)_VERSION).zip
$(PKG)_DEPS := gcc
-define $(PKG)_UPDATE
- echo 'TODO: Updates for package mman-win32 need to be written.' >&2;
- echo $(mman-win32_VERSION)
-endef
+$(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, witwall/mman-win32, master)
define $(PKG)_BUILD
cd '$(1)' && chmod +x configure