aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/qrencode.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-10-28 02:05:52 +0000
committerJack Nagel2014-10-27 21:23:03 -0500
commit543b83a779a57e2b7c9b463871d72a99be437205 (patch)
tree1517fe8685c19ec8e4125ecdc5d00d9bf3d066ed /Library/Formula/qrencode.rb
parentf63a5d83fbde476e9aedc471524bbacbe3dc4457 (diff)
downloadhomebrew-543b83a779a57e2b7c9b463871d72a99be437205.tar.bz2
qrencode: add 3.4.4 bottle.
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"