aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-04-08 20:01:21 +0100
committerMike McQuaid2015-04-09 08:15:43 +0100
commit18aad00153c33d46546f3e9c5c458d7ae808b140 (patch)
tree0bdc6980050d79dc3d70abacb5ca35be78c8f8fd /Library/Formula/sqlite.rb
parentbdff078d18e26aac228ac5fa3aa16327a1ca2fe6 (diff)
downloadhomebrew-18aad00153c33d46546f3e9c5c458d7ae808b140.tar.bz2
sqlite: update 3.8.9 bottle.
Diffstat (limited to 'Library/Formula/sqlite.rb')
-rw-r--r--Library/Formula/sqlite.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb
index 596f2afda..d4f05a5ee 100644
--- a/Library/Formula/sqlite.rb
+++ b/Library/Formula/sqlite.rb
@@ -6,9 +6,9 @@ class Sqlite < Formula
bottle do
cellar :any
- sha1 "c45e71983696f5b343d3204fefb95a85dd3eb472" => :yosemite
- sha1 "705a5f243fc7b973af132defe93ec9354e8ce2c1" => :mavericks
- sha1 "aac4adc32246444714f0deeb1262682b7fdd4a19" => :mountain_lion
+ sha256 "d5a52bf21f658982d67f09a51ef6e4a270b260f831560ced5eae7b45c58fc91e" => :yosemite
+ sha256 "69ddf05054b7d5430d21c3d786d22f05a10bc98a71b02c24a2148f49f1943997" => :mavericks
+ sha256 "cec7decc25d9a13c7ab57d94250856729ae40e51a9b66ced0ccc507e486c9492" => :mountain_lion
end
keg_only :provided_by_osx, "OS X provides an older sqlite3."