diff options
| author | BrewTestBot | 2014-03-30 22:18:36 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-30 16:18:55 -0500 | 
| commit | 353e12aca2c5b936d9b1495926a150f8a6e75733 (patch) | |
| tree | 7af42e6319911db086b0c9bc70d4b59a00670315 /Library/Formula/sqlite.rb | |
| parent | 7c3b03f5330ee8aa256f0e7f9a26330242c4045d (diff) | |
| download | homebrew-353e12aca2c5b936d9b1495926a150f8a6e75733.tar.bz2 | |
sqlite: update 3.8.4.2 bottle.
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index f589923ad..b542a11aa 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -8,9 +8,9 @@ class Sqlite < Formula    bottle do      cellar :any -    sha1 "a4f34dc2ddc1b3bc746f0a20f46119f329202568" => :mavericks -    sha1 "8d83ddf94eee27919d5e31149f1af3406cc808aa" => :mountain_lion -    sha1 "c727ba9ea711afc8179aac43c8e25a7d002e3403" => :lion +    sha1 "250d9e20750ff0e13a8392361e9af7bc8fabf526" => :mavericks +    sha1 "317d4a59e0b6daefe5b0b0c38c592c3330e622e2" => :mountain_lion +    sha1 "b4918e23bbef175071ee09ec38e80728dd0595cd" => :lion    end    keg_only :provided_by_osx, "OS X provides an older sqlite3." | 
