changeset 6345:18a79106eb55

Fix typo nsis url
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Sat, 21 Feb 2015 01:40:48 +0900
parents 8ee6cd76df7f
children 5af1458856c2
files gub/specs/nsis.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/nsis.py	Fri Feb 20 22:11:13 2015 +0900
+++ b/gub/specs/nsis.py	Sat Feb 21 01:40:48 2015 +0900
@@ -5,7 +5,7 @@
 from gub import tools
 
 class Nsis (tools.SConsBuild):
-    source = 'http://sourceforge.net/projects/nsis/files/NSIS%202/2.46/nsis-2.46-src.tar.bz2'
+    source = 'http://sourceforge.net/projects/nsis/files/NSIS%%202/2.46/nsis-2.46-src.tar.bz2'
     #source = ':pserver:anonymous@nsis.cvs.sourceforge.net:/cvsroot/nsis&module=NSIS&tag=HEAD'
     dependencies = ['mingw::cross/gcc']
     patches = [