diff options
| -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 |
