From 5a7bfb47971580d4ec3991e6c524615ba2be99e1 Mon Sep 17 00:00:00 2001 From: Mark Doffman Date: Tue, 24 Sep 2013 15:52:55 +0000 Subject: Fix https issues with gperftools.lorry and leveldb.lorry. Boost repository has been moved, update to new location. --- open-source-lorries/boost.lorry | 2 +- open-source-lorries/gperftools.lorry | 2 +- open-source-lorries/leveldb.lorry | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/open-source-lorries/boost.lorry b/open-source-lorries/boost.lorry index 21d84db..2a0e4d2 100644 --- a/open-source-lorries/boost.lorry +++ b/open-source-lorries/boost.lorry @@ -1,7 +1,7 @@ { "boost": { "type": "svn", - "url": " http://svn.boost.org/svn/", + "url": "http://svn.boost.org/svn/boost/", "layout": "standard" } } diff --git a/open-source-lorries/gperftools.lorry b/open-source-lorries/gperftools.lorry index bf6a250..a895be9 100644 --- a/open-source-lorries/gperftools.lorry +++ b/open-source-lorries/gperftools.lorry @@ -1,6 +1,6 @@ { "gperftools": { "type": "git", - "url": "https://code.google.com/p/gperftools/" + "url": "http://code.google.com/p/gperftools/" } } diff --git a/open-source-lorries/leveldb.lorry b/open-source-lorries/leveldb.lorry index 1f272db..57c55d6 100644 --- a/open-source-lorries/leveldb.lorry +++ b/open-source-lorries/leveldb.lorry @@ -1,6 +1,6 @@ { "leveldb": { "type": "git", - "url": "https://code.google.com/p/leveldb/" + "url": "http://code.google.com/p/leveldb/" } } -- cgit v1.2.1