aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/liblqr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/liblqr.rb b/Library/Formula/liblqr.rb
index 1c9a118fd..f513f04b9 100644
--- a/Library/Formula/liblqr.rb
+++ b/Library/Formula/liblqr.rb
@@ -8,6 +8,13 @@ class Liblqr < Formula
head 'git://repo.or.cz/liblqr.git'
+ bottle do
+ cellar :any
+ sha1 "fae0de618015a4f7dd0c2aac8a1985cb4d3677d9" => :mavericks
+ sha1 "6c30f4fc12c409563331db4cee50748db9ae06d3" => :mountain_lion
+ sha1 "cf93eddf8f11497d4354023f7763d5a60ef5d6c5" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'glib'