diff options
| author | Lee Hanxue | 2013-11-21 14:58:05 +0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-11 20:37:58 -0800 |
| commit | 38e476c04410d4a01093fbd2b1ab96bb1b96d815 (patch) | |
| tree | 402b387b0f93053714a849ffec9f5fbb6ab937d0 | |
| parent | df6fc30845a0284ed36a9aa2e4a2c2419dffb078 (diff) | |
| download | homebrew-38e476c04410d4a01093fbd2b1ab96bb1b96d815.tar.bz2 | |
brew-pip 0.4.1
Closes #24557.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/brew-pip.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/brew-pip.rb b/Library/Formula/brew-pip.rb index 976c3231b..793111514 100644 --- a/Library/Formula/brew-pip.rb +++ b/Library/Formula/brew-pip.rb @@ -1,9 +1,9 @@ require 'formula' class BrewPip < Formula - homepage 'https://github.com/josh/brew-pip' - url 'https://github.com/josh/brew-pip/archive/v0.1.2.tar.gz' - sha1 '49fbd82ceb601e98999cbd28c106a7c26ff16a2b' + homepage 'https://github.com/hanxue/brew-pip' + url 'https://github.com/hanxue/brew-pip/archive/0.4.1.tar.gz' + sha1 'be2bb7ade3394116f1be35771669e60321cdb2a7' def install bin.install 'bin/brew-pip' |
