From 1893c825bf16aa126737ac1e75e4d3e75bf0e0c7 Mon Sep 17 00:00:00 2001 From: Martin Gondermann Date: Sun, 19 Oct 2014 14:07:25 +0200 Subject: [PATCH] Updated homebrew formula --- bash-git-prompt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bash-git-prompt.rb b/bash-git-prompt.rb index 48c1ded7..ab9a3bc4 100644 --- a/bash-git-prompt.rb +++ b/bash-git-prompt.rb @@ -2,8 +2,8 @@ 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 @@ -17,7 +17,7 @@ def install def caveats; <<-EOS.undent You should add the following to your .bashrc (or equivalent): if [ -f "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" ]; then - GIT_PROMPT_THEME=Default + GIT_PROMPT_THEME=Default source "$(brew --prefix)/opt/bash-git-prompt/share/gitprompt.sh" fi EOS