Browse Source

Change download urls


git-svn-id: http://svn.dmdirc.com/trunk@4165 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
7145b4d9cc
2 changed files with 4 additions and 6 deletions
  1. 1
    1
      installer/osx/makeInstallerOSX.sh
  2. 3
    5
      installer/windows/makeInstallerWindows.sh

+ 1
- 1
installer/osx/makeInstallerOSX.sh View File

@@ -373,7 +373,7 @@ if [ "" = "${HDIUTIL}" ]; then
373 373
 
374 374
 	# Compres it \o
375 375
 	if [ ! -e "${PWD}/compress-dmg" ]; then
376
-		wget http://www.shanemcc.co.uk/libdmg/dmg -O compress-dmg
376
+		wget http://shanemcc.co.uk/dmdirc-binaries/dmg -O compress-dmg
377 377
 		chmod a+x compress-dmg
378 378
 	fi;
379 379
 	if [ ! -e "${PWD}/compress-dmg" ]; then

+ 3
- 5
installer/windows/makeInstallerWindows.sh View File

@@ -324,7 +324,7 @@ fi
324 324
 
325 325
 # Shortcut.exe is from http://www.optimumx.com/download/#Shortcut
326 326
 if [ ! -e Shortcut.exe ]; then
327
-	wget http://www.optimumx.com/download/Shortcut.zip
327
+	wget http://shanemcc.co.uk/dmdirc-binaries/Shortcut.zip
328 328
 	unzip -q Shortcut.zip Shortcut.exe
329 329
 	rm Shortcut.zip
330 330
 fi
@@ -476,7 +476,7 @@ fi
476 476
 
477 477
 # Add wget to allow downloading jre
478 478
 if [ ! -e "wget.exe" ]; then
479
-	wget "http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe"
479
+	wget http://shanemcc.co.uk/dmdirc-binaries/wget.exe
480 480
 fi;
481 481
 
482 482
 if [ ! -e "wget.exe" ]; then
@@ -502,9 +502,7 @@ echo ";!@InstallEnd@!" >> 7zip.conf
502 502
 
503 503
 if [ ! -e "7zS.sfx" ]; then
504 504
 	echo "Obtaining sfx stub.."
505
-	wget http://downloads.sourceforge.net/sevenzip/7z452_extra.tar.bz2 -O 7zextra.tar.bz2
506
-	tar -jxvf 7zextra.tar.bz2 7zS.sfx
507
-	rm 7zextra.tar.bz2
505
+	wget http://shanemcc.co.uk/dmdirc-binaries/7zS.sfx
508 506
 fi
509 507
 
510 508
 if [ ! -e "7zS.sfx" ]; then

Loading…
Cancel
Save