From 12dce1f420971b5d76e2af38b19e1b999a5efe9d Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Thu, 3 Jul 2014 20:34:34 +0100 Subject: [PATCH] libmodbus: add 3.1.1 bottle. --- Formula/libmodbus.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/libmodbus.rb b/Formula/libmodbus.rb index a64014df4dc..947f58e592f 100644 --- a/Formula/libmodbus.rb +++ b/Formula/libmodbus.rb @@ -5,6 +5,13 @@ class Libmodbus < Formula url 'http://libmodbus.org/site_media/build/libmodbus-3.1.1.tar.gz' sha1 '3878af4a93a01001dd3bb8db90d24d5180545b91' + bottle do + cellar :any + sha1 "e6087a19d38f5c2a04fd1605ac97601bec7e578a" => :mavericks + sha1 "56380a371bb9c5970287ee1071abe162e2c82ab7" => :mountain_lion + sha1 "efc4d4d0873b838f6124440262afd44675e44f4d" => :lion + end + def install system "./configure", "--prefix=#{prefix}" system "make install"