From e65b2a6f4d9539e6790d124c0459d8498c4823df Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 3 Apr 2013 13:35:39 +0100 Subject: Call it php5 since it's that, not php2 --- open-source-lorries/php2.lorry | 8 -------- open-source-lorries/php5.lorry | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 open-source-lorries/php2.lorry create mode 100644 open-source-lorries/php5.lorry (limited to 'open-source-lorries') diff --git a/open-source-lorries/php2.lorry b/open-source-lorries/php2.lorry deleted file mode 100644 index 3c68de4..0000000 --- a/open-source-lorries/php2.lorry +++ /dev/null @@ -1,8 +0,0 @@ -{ - "php2": { - "type": "tarball", - "compression": "bz2", - "strip": 1, - "url": "http://uk1.php.net/distributions/php-5.4.13.tar.bz2" - } -} diff --git a/open-source-lorries/php5.lorry b/open-source-lorries/php5.lorry new file mode 100644 index 0000000..3c68de4 --- /dev/null +++ b/open-source-lorries/php5.lorry @@ -0,0 +1,8 @@ +{ + "php2": { + "type": "tarball", + "compression": "bz2", + "strip": 1, + "url": "http://uk1.php.net/distributions/php-5.4.13.tar.bz2" + } +} -- cgit v1.2.1