diff options
| author | Martin Gondermann | 2015-01-03 09:46:51 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-03 18:41:44 +0000 |
| commit | c3927c6627d07d9636d002ddf2a5b92c5185a8f4 (patch) | |
| tree | 612a1195e1119ea3c0a705cfceb62e9b089a940b /Library/Formula/bash-git-prompt.rb | |
| parent | 4e4d68b9f458366bcdcccdd2c95b70670659ce82 (diff) | |
| download | homebrew-c3927c6627d07d9636d002ddf2a5b92c5185a8f4.tar.bz2 | |
bash-git-prompt 2.3.4
Closes #35498.
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 9b61f1451..bd59787dd 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.3.tar.gz" - sha1 "8b8cfe96db9955df885f060dbc7b4647a69db755" + url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.4.tar.gz" + sha1 "300aa7a0e1b09d47e068bdc72c47045e5b20699d" head "https://github.com/magicmonty/bash-git-prompt.git" def install |
