From bf9db8f8aefd0ee7d1e6e34cf420625938961c1e Mon Sep 17 00:00:00 2001 From: Dominik Christ Date: Thu, 20 Mar 2014 16:25:34 +0000 Subject: [PATCH] Changed mesquite download link --- ThirdParty/AllMake.stage3 | 2 +- ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ThirdParty/AllMake.stage3 b/ThirdParty/AllMake.stage3 index 71cdb6999..d23e5ac62 100755 --- a/ThirdParty/AllMake.stage3 +++ b/ThirdParty/AllMake.stage3 @@ -87,7 +87,7 @@ fi # Mesquite if [ -z "$MESQUITE_SYSTEM" ] then - ( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://software.sandia.gov/~jakraft/mesquite-2.1.2.tar.gz ) + ( rpm_make -p mesquite-2.1.2 -s mesquite-2.1.2.spec -u http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/mesquite-2.1.2.tar.gz ) else echo "Using system installed Mesquite" echo "" diff --git a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec index 57fc14701..7e9ba0824 100644 --- a/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec +++ b/ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec @@ -75,7 +75,7 @@ License: Unkown Name: %{name} Version: %{version} Release: %{release} -URL: http://software.sandia.gov/~jakraft +URL: http://downloads.sourceforge.net/project/openfoam-extend/foam-extend-3.0/ThirdParty/ Source: %url/%{name}-%{version}.tar.gz Prefix: %{_prefix} Group: Development/Tools