diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-09-24 15:52:55 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-09-24 16:01:51 +0000 |
commit | 5a7bfb47971580d4ec3991e6c524615ba2be99e1 (patch) | |
tree | 7ee708e47231b6089c3097d6f2d10f156cd2d986 /open-source-lorries | |
parent | 7535f90e35079e7c77097535452189620d5573b9 (diff) | |
download | lorries-5a7bfb47971580d4ec3991e6c524615ba2be99e1.tar.gz |
Fix https issues with gperftools.lorry and leveldb.lorry.
Boost repository has been moved, update to new location.
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/boost.lorry | 2 | ||||
-rw-r--r-- | open-source-lorries/gperftools.lorry | 2 | ||||
-rw-r--r-- | 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/" } } |