summaryrefslogtreecommitdiffstats
path: root/DownloadMacOsXContribBinaries.sh
diff options
context:
space:
mode:
authorrhester <[email protected]>2007-02-11 20:25:14 +0000
committerrhester <[email protected]>2007-02-11 20:25:14 +0000
commitc0b2ecafcae40768a4747a1c86350fdfd4460110 (patch)
tree6d12b9f433c879802d1fdfc6720e311c3288d128 /DownloadMacOsXContribBinaries.sh
parent498ec43ed5e16edf0dbcfbf3f768feaaa0d55a8d (diff)
Removed beos tree as deprecated
Updated documentation Minor edit to DownloadMacOsXContribBinaries.sh to make hostname handling more consistent git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@290 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'DownloadMacOsXContribBinaries.sh')
-rwxr-xr-xDownloadMacOsXContribBinaries.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/DownloadMacOsXContribBinaries.sh b/DownloadMacOsXContribBinaries.sh
index 93be47cd6..b8df22270 100755
--- a/DownloadMacOsXContribBinaries.sh
+++ b/DownloadMacOsXContribBinaries.sh
@@ -10,9 +10,9 @@ if [ -f contrib/DarwinContribVersion.txt ]; then
fi
fi
-HOST=download.m0k.org
+HOST=download.mediafork.dynalias.com
FILE=contribbin-darwin-$VERSION.tar.gz
-URL=http://download.mediafork.dynalias.com/contrib/$FILE
+URL=http://$HOST/contrib/$FILE
# Check for internet connectivity
if ! host $HOST > /dev/null 2>&1; then