Skip to content

Commit 5e4d12b

Browse files
committed
Updated home-brew formula
1 parent fa1189b commit 5e4d12b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bash-git-prompt.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22

33
class BashGitPrompt < Formula
44
homepage "https://github.com/magicmonty/bash-git-prompt"
5-
url "https://github.com/magicmonty/bash-git-prompt/archive/2.0.tar.gz"
6-
head "https://github.com/magicmonty/bash-git-prompt", :using => :git
7-
sha1 "3c0bc71302b97260cf8d14a1f01be732039365b9"
5+
url "https://github.com/magicmonty/bash-git-prompt/archive/2.1.tar.gz"
6+
sha1 "9bd29dc2aa4859d2f4c0736cb26cc177de9c1274"
7+
head "https://github.com/magicmonty/bash-git-prompt.git"
88

99
def install
10-
share.install Dir["./gitprompt.{sh,fish}"], Dir["./git-prompt-{help,colors}.sh"], "gitstatus.sh", "prompt-colors.sh"
10+
share.install "./gitprompt.sh", "./gitprompt.fish", "./git-prompt-help.sh",
11+
"./git-prompt-colors.sh", "gitstatus.sh", "prompt-colors.sh"
1112
doc.install "README.md"
1213
end
1314

1415
def caveats; <<-EOS.undent
15-
You should add the following to your .bashrc or equivalent:
16-
source #{opt_share}/gitprompt.sh
16+
You should add the following to your .bashrc (or equivalent):
17+
source #{opt_share}/gitprompt.sh
1718
EOS
1819
end
1920
end

0 commit comments

Comments
 (0)