diff options
| author | BrewTestBot | 2014-09-23 04:54:15 +0100 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:43:46 -0700 | 
| commit | 552e44ea7b6bad208d64a7a602eac2b128c5c0cc (patch) | |
| tree | e91cac762dc96da2c6a48d5bb0b9d02142be687b /Library/Formula/git-extras.rb | |
| parent | 720b79e0b833e0565538eba87b0bf6f47aabe8fa (diff) | |
| download | homebrew-552e44ea7b6bad208d64a7a602eac2b128c5c0cc.tar.bz2 | |
git-extras: update 2.0.0 bottle.
Closes #32533.
Diffstat (limited to 'Library/Formula/git-extras.rb')
| -rw-r--r-- | Library/Formula/git-extras.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index f27034c69..862dd9a63 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -9,9 +9,9 @@ class GitExtras < Formula    bottle do      cellar :any -    sha1 "46a9571d689cd5af02f176134dc2423c972c86a0" => :mavericks -    sha1 "8d9f5cf5005386e63c940da86034956400a87c58" => :mountain_lion -    sha1 "8e00abe2ca5e62271a38e0063b3e01de16a420a7" => :lion +    sha1 "c8c8a635d8555679422c6d7a06e32e3c08b4e32c" => :mavericks +    sha1 "cb24ad03c24209431b4242f5cfc863046fcfc163" => :mountain_lion +    sha1 "f1bdf0558b495a466eba8be250c6fda94a94c1fc" => :lion    end    # Don't take +x off these files | 
