diff options
| author | BrewTestBot | 2014-07-08 18:29:20 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-08 11:11:14 -0700 |
| commit | 1aa70687d61bea8bad0309b22b4af0f3348c7bbe (patch) | |
| tree | 03d2e6bf7f0eaf25bfd1dea3effac83c93bc53df /Library/Formula | |
| parent | 7a0c3fe19b1b2b206f833b55af0c4533864c1f8a (diff) | |
| download | homebrew-1aa70687d61bea8bad0309b22b4af0f3348c7bbe.tar.bz2 | |
git-extras: add 1.9.1 bottle.
Closes #30744.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git-extras.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb index 2d892435c..d1980582a 100644 --- a/Library/Formula/git-extras.rb +++ b/Library/Formula/git-extras.rb @@ -7,6 +7,13 @@ class GitExtras < Formula head 'https://github.com/visionmedia/git-extras.git', :branch => 'master' + bottle do + cellar :any + sha1 "46a9571d689cd5af02f176134dc2423c972c86a0" => :mavericks + sha1 "8d9f5cf5005386e63c940da86034956400a87c58" => :mountain_lion + sha1 "8e00abe2ca5e62271a38e0063b3e01de16a420a7" => :lion + end + # Don't take +x off these files skip_clean 'bin' |
