aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sqlitebrowser.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sqlitebrowser.rb b/Library/Formula/sqlitebrowser.rb
index 6f67cba15..ee351fc6e 100644
--- a/Library/Formula/sqlitebrowser.rb
+++ b/Library/Formula/sqlitebrowser.rb
@@ -7,6 +7,13 @@ class Sqlitebrowser < Formula
head 'https://github.com/sqlitebrowser/sqlitebrowser.git'
+ bottle do
+ cellar :any
+ sha1 "750444aa3b7f137641c34d9bc69610bb1eca74ed" => :mavericks
+ sha1 "29dfedf65d80f50f2a3586a0a4e9e3e40a261b86" => :mountain_lion
+ sha1 "ea3855b388a381a7cf281b1155841df9aa02c687" => :lion
+ end
+
depends_on 'qt'
depends_on 'cmake' => :build
depends_on 'sqlite' => 'with-functions'