From: Lawrence S. <ljs...@us...> - 2013-05-18 22:52:13
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via 2e6eabf986c1e560eb284c9c0a071686a27cb8d0 (commit) from 326499749579f54a820ad565627aa80ed6a52ae6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2e6eabf986c1e560eb284c9c0a071686a27cb8d0 Author: Lawrence Sebald <ljs...@us...> Date: Sat May 18 18:51:55 2013 -0400 Fix the link for downloading Newlib. ----------------------------------------------------------------------- Summary of changes: utils/dc-chain/download.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/dc-chain/download.sh b/utils/dc-chain/download.sh index 3c0a5ae..b61cee4 100755 --- a/utils/dc-chain/download.sh +++ b/utils/dc-chain/download.sh @@ -1,5 +1,5 @@ #!/bin/sh wget -c ftp://ftp.gnu.org/gnu/binutils/binutils-2.23.2.tar.bz2 || exit 1 wget -c ftp://ftp.gnu.org/gnu/gcc/gcc-4.7.3/gcc-4.7.3.tar.bz2 || exit 1 -wget -c ftp://sources.redhat.com/pub/newlib/newlib-2.0.0.tar.gz || exit 1 +wget -c ftp://sourceware.org/pub/newlib/newlib-2.0.0.tar.gz || exit 1 hooks/post-receive -- A pseudo Operating System for the Dreamcast. |