diff options
| author | BrewTestBot | 2014-10-18 14:15:07 +0100 |
|---|---|---|
| committer | Tim D. Smith | 2014-10-18 11:06:36 -0700 |
| commit | 75c478bde3b3e3e248334b4f2a4d0528394e47ba (patch) | |
| tree | d76d6d169bc85771b6766c9689afc33a22b786b4 /Library | |
| parent | a565ae46b84dfe88e7ea52d13660f74afb705d76 (diff) | |
| download | homebrew-75c478bde3b3e3e248334b4f2a4d0528394e47ba.tar.bz2 | |
sqlite: update 3.8.7 bottle.
Closes #33306.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library')
| -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 9528e5549..ffef294f5 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -8,9 +8,9 @@ class Sqlite < Formula bottle do cellar :any - sha1 "5bd0e31e7e4e09b309e4516c2e7e0a459d2b054b" => :mavericks - sha1 "5e097fbe3c89f4697a1cc9b2abf3096567b3f262" => :mountain_lion - sha1 "8248e3a1169b74b7a6ca38e9453260b6f09e7165" => :lion + sha1 "77d838e59e4ea38c87e8b55c2287cda38a0c415f" => :yosemite + sha1 "61546c78ad5bd173748b6e616762bd9fa544e97a" => :mavericks + sha1 "237d882e3aa9b47f9568d7264f4a75862eaa8f04" => :mountain_lion end keg_only :provided_by_osx, "OS X provides an older sqlite3." |
