diff options
| author | Martin Gondermann | 2014-10-19 14:04:14 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-19 13:12:20 +0100 | 
| commit | 6967de03a86c9a66581218390d1a29fad0fb4f35 (patch) | |
| tree | f58e5db342aea5b376ce769627fb4b54dc874862 /Library/Formula/bash-git-prompt.rb | |
| parent | a7a01223fb3268d3b79bb53368503b1f110aacc6 (diff) | |
| download | homebrew-6967de03a86c9a66581218390d1a29fad0fb4f35.tar.bz2 | |
bash-git-prompt 2.3.1
Closes #33347.
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 8ba396d4f..ab9a3bc44 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.tar.gz" -  sha1 "a4e692ef33b691724df6ac9582c204d31dbb853a" +  url "https://github.com/magicmonty/bash-git-prompt/archive/2.3.1.tar.gz" +  sha1 "c973bd8b86ac332d7310d79f0009844340b5999f"    head "https://github.com/magicmonty/bash-git-prompt.git"    def install | 
