X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=DownloadMacOsXContribBinaries.sh;h=29e2828203906ef42b0c13c1989a4b42e4d44175;hb=95dbfda7aa638010bf0d72ea220ecf847dbcee81;hp=93be47cd6f6f136db1ef3f6d8779f58b26355578;hpb=42438ba9d05e81cf0561da1ed9cfb18cb5464940;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/DownloadMacOsXContribBinaries.sh b/DownloadMacOsXContribBinaries.sh index 93be47cd..29e28282 100755 --- a/DownloadMacOsXContribBinaries.sh +++ b/DownloadMacOsXContribBinaries.sh @@ -11,9 +11,11 @@ if [ -f contrib/DarwinContribVersion.txt ]; then fi HOST=download.m0k.org +#HOST=download.mediafork.dynalias.com +#HOST=sr55.ashosted.com FILE=contribbin-darwin-$VERSION.tar.gz -URL=http://download.mediafork.dynalias.com/contrib/$FILE - +#URL=http://$HOST/contrib/$FILE +URL=http://$HOST/handbrake/contrib/$FILE # Check for internet connectivity if ! host $HOST > /dev/null 2>&1; then echo "Please connect to the Internet (could not resolve $HOST)."