diff options
Diffstat (limited to 'Library/Formula/git-extras.rb')
| -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' |
