diff options
| author | BrewTestBot | 2014-08-26 08:02:02 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-26 08:29:10 +0100 | 
| commit | 0cfbb9bb85ce0e84db5640e10b52ac7e072ec276 (patch) | |
| tree | 7f7d9590ad189ae6ef8c86af385138ba9f18d59e /Library/Formula/sqlitebrowser.rb | |
| parent | 7d34fed1b09bde29fb66d96c29ec7a9d4b4093a7 (diff) | |
| download | homebrew-0cfbb9bb85ce0e84db5640e10b52ac7e072ec276.tar.bz2 | |
sqlitebrowser: add 3.3.0 bottle.
Closes #31897.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/sqlitebrowser.rb')
| -rw-r--r-- | Library/Formula/sqlitebrowser.rb | 7 | 
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'  | 
