diff options
| author | Martin Gondermann | 2014-10-01 21:28:09 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-01 19:10:26 -0500 |
| commit | 0fd8989a9251e439d3c31a8e0d6c3ce5a19fb2f9 (patch) | |
| tree | f8d3d1511b80cf50c5879ce3b688556086d4e1c8 /Library/Formula/bash-git-prompt.rb | |
| parent | 0d00d58a77114cec118342103048c123ff94cf5e (diff) | |
| download | homebrew-0fd8989a9251e439d3c31a8e0d6c3ce5a19fb2f9.tar.bz2 | |
bash-git-prompt 2.1
Closes #32848.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/bash-git-prompt.rb')
| -rw-r--r-- | Library/Formula/bash-git-prompt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/bash-git-prompt.rb b/Library/Formula/bash-git-prompt.rb index 104797fe2..528d80d65 100644 --- a/Library/Formula/bash-git-prompt.rb +++ b/Library/Formula/bash-git-prompt.rb @@ -2,8 +2,8 @@ require "formula" class BashGitPrompt < Formula homepage "https://github.com/magicmonty/bash-git-prompt" - url "https://github.com/magicmonty/bash-git-prompt/archive/2.0.tar.gz" - sha1 "3c0bc71302b97260cf8d14a1f01be732039365b9" + url "https://github.com/magicmonty/bash-git-prompt/archive/2.1.tar.gz" + sha1 "9bd29dc2aa4859d2f4c0736cb26cc177de9c1274" head "https://github.com/magicmonty/bash-git-prompt.git" def install |
