commit 4c02cd2b10f14246ee1b7d8d0d61a8c28e599e08 parent 6fab7aed04c96bd9ba95d70407f8bd94c2205d71 Author: slush0 <info@bitcoin.cz> Date: Fri, 18 Jan 2013 13:20:52 +0000 Fixed download URL (from github to electrum.bitcoin.cz) Diffstat:
M | contrib/build-wine/build-electrum.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/build-wine/build-electrum.sh b/contrib/build-wine/build-electrum.sh @@ -1,7 +1,7 @@ #!/bin/bash # You probably need to update only this link -ELECTRUM_URL=https://github.com/downloads/spesmilo/electrum/Electrum-1.6.1.tar.gz +ELECTRUM_URL=http://electrum.bitcoin.cz/download/Electrum-1.6.1.tar.gz NAME_ROOT=electrum-1.6.1 # These settings probably don't need any change