diff options
| author | Martin Gondermann | 2014-11-14 21:49:48 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-14 22:00:00 +0000 | 
| commit | b790ebde0ebbfd7544af49f48004e4cca960870e (patch) | |
| tree | 9b3af006d739234af462a432a926e872a21e36bb /Library/Formula/bash-git-prompt.rb | |
| parent | f18da79271c45fb137070d6138958a16106f3f01 (diff) | |
| download | homebrew-b790ebde0ebbfd7544af49f48004e4cca960870e.tar.bz2 | |
bash-git-prompt 2.3.2
Closes #34199.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 a63ea39d2..998e022e3 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.3.1.tar.gz" -  sha1 "c973bd8b86ac332d7310d79f0009844340b5999f" +  url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.2.tar.gz" +  sha1 "724f2abc7b3b096f0196527c2b6d9300ffe86a7f"    head "https://github.com/magicmonty/bash-git-prompt.git"    def install | 
