summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-10 00:05:37 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-01-10 00:05:37 (GMT)
commitde4d53ab133679bf43ee7eb14e8b64282c9ae434 (patch)
tree0a4fde9129b1265e4d281e28e3a8c55e3adb6792
parentc16137170db90d48749d2d59f6241f9b8ae410c1 (diff)
downloadmxe-de4d53ab133679bf43ee7eb14e8b64282c9ae434.zip
mxe-de4d53ab133679bf43ee7eb14e8b64282c9ae434.tar.gz
mxe-de4d53ab133679bf43ee7eb14e8b64282c9ae434.tar.bz2
nsis: update from 2.46 to 2.50
-rw-r--r--src/nsis.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsis.mk b/src/nsis.mk
index 94bf5dd..07c576c 100644
--- a/src/nsis.mk
+++ b/src/nsis.mk
@@ -3,8 +3,8 @@
PKG := nsis
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.46
-$(PKG)_CHECKSUM := f5f9e5e22505e44b25aea14fe17871c1ed324c1f3cc7a753ef591f76c9e8a1ae
+$(PKG)_VERSION := 2.50
+$(PKG)_CHECKSUM := 3fb674cb75e0237ef6b7c9e8a8e8ce89504087a6932c5d2e26764d4220a89848
$(PKG)_SUBDIR := nsis-$($(PKG)_VERSION)-src
$(PKG)_FILE := nsis-$($(PKG)_VERSION)-src.tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/nsis/NSIS 2/$($(PKG)_VERSION)/$($(PKG)_FILE)