diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-03-22 13:06:46 +0000 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-03-22 13:06:46 +0000 |
commit | 377bf9c0a6ceaf653661ef3d38e0ad8e157bfec6 (patch) | |
tree | 2ff1fba78217720b892b12cd98e27890d3f50b50 /disabled | |
parent | e4e485a036ddd896bad8e9dcdee9e5968289a0a4 (diff) | |
download | lorries-377bf9c0a6ceaf653661ef3d38e0ad8e157bfec6.tar.gz |
Disable php to fix naming screwup earlier
Diffstat (limited to 'disabled')
-rw-r--r-- | disabled/php.lorry | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/disabled/php.lorry b/disabled/php.lorry new file mode 100644 index 0000000..0260552 --- /dev/null +++ b/disabled/php.lorry @@ -0,0 +1,8 @@ +{ + "php": { + "type": "tarball", + "compression": "bz2", + "strip": 1, + "url": "www.php.net/get/php-5.4.13.tar.bz2/from/uk1.php.net/mirror" + } +} |