aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2017-06-27 19:25:40 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-06-27 19:25:40 +0300
commit2a947026e1a16f99f536d51cf9490ecf36355e21 (patch)
tree2dfe71da5e43dc290d3d65d860203915edfb9de3
parent4be5550cf4fe9367c1c8797a08ce47622aa16254 (diff)
cunit link: repair download link
update link to available. The same which we use in Travis. Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--helper/cunit3
1 files changed, 2 insertions, 1 deletions
diff --git a/helper/cunit b/helper/cunit
index 10f0533..3b9293a 100644
--- a/helper/cunit
+++ b/helper/cunit
@@ -21,7 +21,8 @@ cunit_usage()
if [[ $(vercomp "2.1-3 $CUNIT_VERSION") == "<" ]]; then
ver_append="-src"
fi
-SF_CUNIT=${SF_CUNIT:-http://people.linaro.org/~anders.roxell/CUnit/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}${ver_append}.tar.bz2}
+
+SF_CUNIT=${SF_CUNIT:-https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2}
build_cunit()
{