diff options
| author | Mike McQuaid | 2013-09-18 10:57:25 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-09-18 11:06:17 +0100 | 
| commit | 605eddd9804babe05997bdad8f78b7b68bcdd286 (patch) | |
| tree | 9f7c664c8688a21b3400b6f1e7c817bf387a2a12 /Library/Formula/sqlite.rb | |
| parent | 657d2c206e0c116c95d7771ab8998af752094f79 (diff) | |
| download | homebrew-605eddd9804babe05997bdad8f78b7b68bcdd286.tar.bz2 | |
sqlite: add bottle.
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index d2c1ff2a5..c9b629895 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -6,6 +6,12 @@ class Sqlite < Formula    version '3.8.0.2'    sha1 '294c30e882a0d45877bce09afe72d08ccfc6b650' +  bottle do +    sha1 '453723173f6f2e3c318924e0b750ce5401a81c81' => :mountain_lion +    sha1 '00dab991a57b175a51f1e91d09d052c9ec86210f' => :lion +    sha1 'feb9482fbe4a06133462a16e98c3794e25a7eca1' => :snow_leopard +  end +    keg_only :provided_by_osx, "OS X provides an older sqlite3."    option :universal | 
