aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-12-22 18:00:54 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-12-22 18:07:24 +0100
commite1accdfb4ebc173c24ced177caaf140ae7af9dc0 (patch)
tree1837572823668fca9fb99365ef5dafc6b92aea77
parent6f38d015207f026b144807db36bd457edf57f2cd (diff)
helper: cunit: fix sf.net goes up and down alot
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Mike Holmes <mike.holmes@linaro.org>
-rw-r--r--helper/cunit2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/cunit b/helper/cunit
index 3f8144a..7a88087 100644
--- a/helper/cunit
+++ b/helper/cunit
@@ -15,7 +15,7 @@ cunit_usage()
if [[ $(vercomp "2.1-3 $CUNIT_VERSION") == "<" ]]; then
ver_append="-src"
fi
-SF_CUNIT=${SF_CUNIT:-http://sourceforge.net/projects/cunit/files/CUnit/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}${ver_append}.tar.bz2}
+SF_CUNIT=${SF_CUNIT:-http://people.linaro.org/~anders.roxell/CUnit/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}${ver_append}.tar.bz2}
build_cunit()
{