summaryrefslogtreecommitdiff
path: root/open-source-lorries/mozilla-all.lorry
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-24 10:25:29 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-07-24 10:25:58 +0100
commitf96f5e5d0db538f084cf91bc129b4cc59f066558 (patch)
tree4193d25a965233d4e685033947e49f8593ad23e7 /open-source-lorries/mozilla-all.lorry
parent47aa8127ffdb07f0b11d790f85c1793367b9d33b (diff)
parenteaa48cd8ed6773458446ed3404461674bcf234cd (diff)
downloadlorries-f96f5e5d0db538f084cf91bc129b4cc59f066558.tar.gz
Merge branch 'jjardon/gnome-lorries'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk> Reviewed-By: Sam Thursfield <sam.thursfield@codethink.co.uk>
Diffstat (limited to 'open-source-lorries/mozilla-all.lorry')
-rw-r--r--open-source-lorries/mozilla-all.lorry14
1 files changed, 14 insertions, 0 deletions
diff --git a/open-source-lorries/mozilla-all.lorry b/open-source-lorries/mozilla-all.lorry
new file mode 100644
index 0000000..220c36f
--- /dev/null
+++ b/open-source-lorries/mozilla-all.lorry
@@ -0,0 +1,14 @@
+{
+ "mozilla/mozjs17": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs17.0.0.tar.gz"
+ },
+ "mozilla/mozjs24": {
+ "type": "tarball",
+ "compression": "bz2",
+ "strip": 1,
+ "url": "https://ftp.mozilla.org/pub/mozilla.org/js/mozjs-24.2.0.tar.bz2"
+ }
+}