aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Somerset2012-07-26 17:31:59 +0200
committerAdam Vandenberg2012-07-26 09:13:33 -0700
commite740cf0068081994ef2de183a67cbb71727eda27 (patch)
tree77ef56ad149a92f0e0a6fe6149013ea311d84f23
parent8f64e8d998c7c5f3c5e3b33e66f1b596329ea397 (diff)
downloadhomebrew-e740cf0068081994ef2de183a67cbb71727eda27.tar.bz2
wp-cli 0.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/wp-cli.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/wp-cli.rb b/Library/Formula/wp-cli.rb
index a211fd74c..438df33b9 100644
--- a/Library/Formula/wp-cli.rb
+++ b/Library/Formula/wp-cli.rb
@@ -1,13 +1,13 @@
require 'formula'
class WpCli < Formula
- homepage 'https://github.com/andreascreten/wp-cli/'
+ homepage 'https://github.com/wp-cli/wp-cli/'
# Use the tag instead of the tarball to get submodules
- url 'https://github.com/andreascreten/wp-cli.git', :tag => 'v0.4.0'
- version '0.4.0'
+ url 'https://github.com/wp-cli/wp-cli.git', :tag => 'v0.5.0'
+ version '0.5.0'
- head 'https://github.com/andreascreten/wp-cli.git'
+ head 'https://github.com/wp-cli/wp-cli.git'
def install
prefix.install Dir['src/*']