summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:34:05 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-18 21:34:05 +0100
commitf71412cd7a88fe35d67199f2ce2caf1d3f5603de (patch)
tree2a4f9647dc6b122bae5757dab6f7368ef5f619a0
parente71eeb697327970deb095cc5b9ef8ea186ad6234 (diff)
downloadlorry-f71412cd7a88fe35d67199f2ce2caf1d3f5603de.tar.gz
lorries: Use tarball for speex instead of SVN
SVN import hasn't completed after 2 hours
-rw-r--r--lorries/speex.lorry11
1 files changed, 4 insertions, 7 deletions
diff --git a/lorries/speex.lorry b/lorries/speex.lorry
index a7cc720..6f715f1 100644
--- a/lorries/speex.lorry
+++ b/lorries/speex.lorry
@@ -1,11 +1,8 @@
{
"speex": {
- "type": "svn",
- "url": "http://svn.xiph.org/",
- "layout": {
- "trunk": "trunk/speex",
- "tags": "tags/speex-tags/*",
- "branches": "branches/speex-branches/*"
- }
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
}
}