summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--active/llvm.lorry7
1 files changed, 4 insertions, 3 deletions
diff --git a/active/llvm.lorry b/active/llvm.lorry
index 33372f2..54153d8 100644
--- a/active/llvm.lorry
+++ b/active/llvm.lorry
@@ -1,7 +1,8 @@
{
"llvm": {
- "type": "svn",
- "url": "http://llvm.org/svn/llvm-project/llvm/trunk",
- "layout": "standard"
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://llvm.org/releases/3.1/llvm-3.1.src.tar.gz",
}
}