aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qrencode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/qrencode.rb')
-rw-r--r--Library/Formula/qrencode.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/qrencode.rb b/Library/Formula/qrencode.rb
index b87103749..1ef919f57 100644
--- a/Library/Formula/qrencode.rb
+++ b/Library/Formula/qrencode.rb
@@ -5,6 +5,13 @@ class Qrencode < Formula
url "https://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz"
sha1 "644054a76c8b593acb66a8c8b7dcf1b987c3d0b2"
+ bottle do
+ cellar :any
+ sha1 "2a79a4f7f5dce4490e31cab8277f3a492e77aa4a" => :yosemite
+ sha1 "26e2a0641f7556fe3e7d44da7b05644c25b1ae04" => :mavericks
+ sha1 "f0797c8fd3b500f79300868248c07d3144712a96" => :mountain_lion
+ end
+
head do
url "https://github.com/fukuchi/libqrencode.git"