summaryrefslogtreecommitdiffstats
path: root/src/mman-win32.mk
diff options
context:
space:
mode:
author0xACE <0xACE@users.noreply.github.com>2015-03-10 02:21:13 (GMT)
committer0xACE <0xACE@users.noreply.github.com>2015-03-10 02:21:13 (GMT)
commit238ff4d97d448eb27100ba778a82d1d53d206b82 (patch)
tree79ae5eb2fbfbe96bc03e2f24e5159d0839629507 /src/mman-win32.mk
parent7e79d1ec39bebc24c7eb6fc0829ba74b3ce13e02 (diff)
downloadmxe-238ff4d97d448eb27100ba778a82d1d53d206b82.zip
mxe-238ff4d97d448eb27100ba778a82d1d53d206b82.tar.gz
mxe-238ff4d97d448eb27100ba778a82d1d53d206b82.tar.bz2
mman-win32.mk download .tar.gz rather than .zip
Noticed this small error.
Diffstat (limited to 'src/mman-win32.mk')
-rw-r--r--src/mman-win32.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mman-win32.mk b/src/mman-win32.mk
index 7695ab2..8405520 100644
--- a/src/mman-win32.mk
+++ b/src/mman-win32.mk
@@ -7,7 +7,7 @@ $(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/$($(PKG)_VERSION).zip
+$(PKG)_URL := https://github.com/witwall/mman-win32/archive/$($(PKG)_VERSION).tar.gz
$(PKG)_DEPS := gcc
$(PKG)_UPDATE = $(call MXE_GET_GITHUB_SHA, witwall/mman-win32, master)