diff options
| author | Martin Gondermann | 2014-10-07 20:30:42 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-10-07 15:22:51 -0500 |
| commit | 879ed53871f6ed495263e6b4e2ec20c5f24652a9 (patch) | |
| tree | e47f106d910afc1cf1056edc94937a28039f1649 | |
| parent | 2c24b6c0c22de99c3787f147ef8d993d9a93d86b (diff) | |
| download | homebrew-879ed53871f6ed495263e6b4e2ec20c5f24652a9.tar.bz2 | |
bash-git-prompt 2.2.1
Closes #33005.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 2117e4443..701d711a5 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.2.tar.gz" - sha1 "392d430b87639e7f85fde02f2b4a37cb43be9aaf" + url "https://github.com/magicmonty/bash-git-prompt/archive/2.2.1.tar.gz" + sha1 "6eec4b05744d4071f831202eee25edc0821f4e09" head "https://github.com/magicmonty/bash-git-prompt.git" def install |
