diff options
| author | Martin Gondermann | 2014-11-15 08:20:10 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-11-15 11:18:48 -0600 |
| commit | 4dc272fb5f29722cc8c9cf34987de4c99441bd11 (patch) | |
| tree | 6657c6edd1cde6fa41136ebf8aa3f704228c35ec /Library/Formula/bash-git-prompt.rb | |
| parent | 639594d3f257abfab142cb1981c1c7e20d1b373c (diff) | |
| download | homebrew-4dc272fb5f29722cc8c9cf34987de4c99441bd11.tar.bz2 | |
bash-git-prompt 2.3.4
Closes #34213.
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 998e022e3..9b61f1451 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.2.tar.gz" - sha1 "724f2abc7b3b096f0196527c2b6d9300ffe86a7f" + url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.3.tar.gz" + sha1 "8b8cfe96db9955df885f060dbc7b4647a69db755" head "https://github.com/magicmonty/bash-git-prompt.git" def install |
