From e740cf0068081994ef2de183a67cbb71727eda27 Mon Sep 17 00:00:00 2001 From: Anthony Somerset Date: Thu, 26 Jul 2012 17:31:59 +0200 Subject: wp-cli 0.5.0 Signed-off-by: Adam Vandenberg --- Library/Formula/wp-cli.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula/wp-cli.rb') 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/*'] -- cgit v1.2.3