aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/valgrind/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/assets/valgrind/create.py')
-rwxr-xr-xinfra/bots/assets/valgrind/create.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/assets/valgrind/create.py b/infra/bots/assets/valgrind/create.py
index 618c2354e6..3f6707de15 100755
--- a/infra/bots/assets/valgrind/create.py
+++ b/infra/bots/assets/valgrind/create.py
@@ -22,9 +22,9 @@ import urllib2
import utils
-VALGRIND = 'valgrind-3.12.0'
+VALGRIND = 'valgrind-3.13.0'
TARBALL = '%s.tar.bz2' % VALGRIND
-DOWNLOAD_URL = 'http://valgrind.org/downloads/%s' % TARBALL
+DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL
TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND)
INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install')