diff options
| author | BrewTestBot | 2013-11-01 02:15:00 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-10-31 19:18:45 -0700 | 
| commit | 340347ce97eae50841b87af3408f9044fedf5e69 (patch) | |
| tree | 886c47e8119cbf53fa16559822437d7ff685153b /Library/Formula/sqlite.rb | |
| parent | 183d87c47ab3ac31a994a74d8d23c362968826a9 (diff) | |
| download | homebrew-340347ce97eae50841b87af3408f9044fedf5e69.tar.bz2 | |
sqlite: update bottle.
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index c9b629895..24b9f8fa5 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -7,9 +7,10 @@ class Sqlite < Formula    sha1 '294c30e882a0d45877bce09afe72d08ccfc6b650'    bottle do -    sha1 '453723173f6f2e3c318924e0b750ce5401a81c81' => :mountain_lion -    sha1 '00dab991a57b175a51f1e91d09d052c9ec86210f' => :lion -    sha1 'feb9482fbe4a06133462a16e98c3794e25a7eca1' => :snow_leopard +    revision 1 +    sha1 '555ebb8cddde5513ab45b489c651f386539066f0' => :mavericks +    sha1 '66d0721441ca2565687b13dd1def6a4a99acd169' => :mountain_lion +    sha1 'dff4162a5474c7c3a568e39b8e11f0142f7f152f' => :lion    end    keg_only :provided_by_osx, "OS X provides an older sqlite3." | 
