diff options
author | Javier Jardón <jjardon@gnome.org> | 2015-02-02 17:22:01 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-02-03 17:06:00 +0000 |
commit | 4bac14b99395e2718c4860a60e3a9b13911aa467 (patch) | |
tree | 62363f6d81cb7451ce2e154cfc07ba25b9ac05ad | |
parent | d75a3c0876c107c363d0602c1cc58e06144c1dfa (diff) | |
download | lorries-4bac14b99395e2718c4860a60e3a9b13911aa467.tar.gz |
Lorry latest make tarball (4.1)jjardon/make
-rw-r--r-- | open-source-lorries/make-tarball.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/open-source-lorries/make-tarball.lorry b/open-source-lorries/make-tarball.lorry new file mode 100644 index 0000000..11e4eba --- /dev/null +++ b/open-source-lorries/make-tarball.lorry @@ -0,0 +1,8 @@ +{ + "make-tarball": { + "type": "tarball", + "compression": "bzip2", + "strip": 1, + "url": "http://ftp.gnu.org/gnu/make/make-4.1.tar.bz2" + } +} |