diff options
| author | Martin Gondermann | 2015-02-09 21:46:09 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2015-02-09 20:47:43 -0800 | 
| commit | 1f786180f25902e05dc025aa82270062e79978dd (patch) | |
| tree | 18df23841123c7a00983c7014d428c034c0eba9b /Library/Formula/bash-git-prompt.rb | |
| parent | 775d5f3ce3f03108f9a149eb9f135bcf66d8f839 (diff) | |
| download | homebrew-1f786180f25902e05dc025aa82270062e79978dd.tar.bz2 | |
bash-git-prompt 2.3.5
Closes #36684.
Signed-off-by: Brett Koonce <koonce@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 bd59787dd..9be0688ab 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.4.tar.gz" -  sha1 "300aa7a0e1b09d47e068bdc72c47045e5b20699d" +  url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.5.tar.gz" +  sha1 "16e1a9ab0ac711de79fd3b823138c16fadb3d5de"    head "https://github.com/magicmonty/bash-git-prompt.git"    def install | 
