diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-28 17:45:40 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-02-28 17:45:40 +0000 |
commit | f7d4b101097bf75ead262aca013eb7336787fb22 (patch) | |
tree | 7a43ee77922d912dbb01023fceb36fb0a50b75d5 /open-source-lorries | |
parent | 643c2937a6079706af00a562c088e94b66876050 (diff) | |
download | lorries-f7d4b101097bf75ead262aca013eb7336787fb22.tar.gz |
Add file.lorry
Diffstat (limited to 'open-source-lorries')
-rw-r--r-- | open-source-lorries/file.lorry | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/open-source-lorries/file.lorry b/open-source-lorries/file.lorry new file mode 100644 index 0000000..0cff9f1 --- /dev/null +++ b/open-source-lorries/file.lorry @@ -0,0 +1,9 @@ +{ + "file": { + "type": "tarball", + "compression": "gzip", + "strip": 1, + "url": "ftp://ftp.astron.com/pub/file/file-5.13.tar.gz" + } +} + |