summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 19:29:11 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-20 19:29:11 +0100
commit73852458b12bbd660f1c9e7213bd28fda76e8034 (patch)
tree980203249777abbfef1771b163d8560487c9966c
parentda32cdae8c4d7bb0c93b1bc1f6552ca54a7c8fdb (diff)
downloadlorry-73852458b12bbd660f1c9e7213bd28fda76e8034.tar.gz
lorries: Add zip
zip is required by js185, obviously
-rw-r--r--lorries/zip.lorry8
1 files changed, 8 insertions, 0 deletions
diff --git a/lorries/zip.lorry b/lorries/zip.lorry
new file mode 100644
index 0000000..1ca42a6
--- /dev/null
+++ b/lorries/zip.lorry
@@ -0,0 +1,8 @@
+{
+ "zip": {
+ "type": "tarball",
+ "compression": "gzip",
+ "strip": 1,
+ "url": "http://downloads.sourceforge.net/infozip/zip30.tar.gz"
+ }
+}