diff options
| author | Hugo Ferreira | 2012-09-17 15:44:52 +0200 |
|---|---|---|
| committer | Jack Nagel | 2012-09-18 13:43:36 -0500 |
| commit | 6f9cb0d7f1c0e2b584bba962c1e96a917ef9b2d5 (patch) | |
| tree | 3e1ff1cb692babf86f67adc988deb66a21913693 /Library/Formula/wp-cli.rb | |
| parent | 21b55c67f3a4132535626d0e9e0560baa21596ae (diff) | |
| download | homebrew-6f9cb0d7f1c0e2b584bba962c1e96a917ef9b2d5.tar.bz2 | |
wp-cli 0.6.0
Closes #14984.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/wp-cli.rb')
| -rw-r--r-- | Library/Formula/wp-cli.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb index d67ae3a0c..08c9687fd 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.5.0' - version '0.5.0' + url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.6.0' + version '0.6.0' head 'https://github.com/wp-cli/wp-cli.git' |
