From 80e6e989a5ed0320a131ea2f041c28ae5f34b901 Mon Sep 17 00:00:00 2001 From: Ryan Krug Date: Wed, 3 Apr 2013 16:45:37 -0500 Subject: [PATCH 1/2] bump version on wp-cli to 0.9.1 --- Library/Formula/wp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb index a40e474bb51c..960661ccf183 100644 --- a/Library/Formula/wp-cli.rb +++ b/Library/Formula/wp-cli.rb @@ -4,8 +4,8 @@ class WpCli < Formula homepage 'https://github.com/wp-cli/wp-cli/' # Use the tag instead of the tarball to get submodules - url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.7.0' - version '0.7.0' + url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.9.1' + version '0.9.1' head 'https://github.com/wp-cli/wp-cli.git' From c817c7f01daa5ee34ca949bfa29b31cdc1f9b2bc Mon Sep 17 00:00:00 2001 From: Ryan Krug Date: Wed, 3 Apr 2013 19:35:09 -0500 Subject: [PATCH 2/2] wp-cli 0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert wp-cli back to 0.7.0 as 0.9.1 (latest) requires php's composer package manager in order to install cleanly.  As wp-cli has added this dependency consider removing wp-cli from homebrew. --- Library/Formula/wp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb index 960661ccf183..a40e474bb51c 100644 --- a/Library/Formula/wp-cli.rb +++ b/Library/Formula/wp-cli.rb @@ -4,8 +4,8 @@ class WpCli < Formula homepage 'https://github.com/wp-cli/wp-cli/' # Use the tag instead of the tarball to get submodules - url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.9.1' - version '0.9.1' + url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.7.0' + version '0.7.0' head 'https://github.com/wp-cli/wp-cli.git'