diff options
| author | BrewTestBot | 2014-10-21 14:18:17 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-21 14:49:35 +0100 | 
| commit | 8b3ea0b2da367f1871575c5e80076a363d6db627 (patch) | |
| tree | ce9d371ea22b343334fd26ad760dc0903b4ed0bc | |
| parent | bce642dcfd273a22ebfd0e3a7d8eba472e708ac4 (diff) | |
| download | homebrew-8b3ea0b2da367f1871575c5e80076a363d6db627.tar.bz2 | |
libmodbus: update 3.1.1 bottle.
| -rw-r--r-- | Library/Formula/libmodbus.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libmodbus.rb b/Library/Formula/libmodbus.rb index d0b9e4464..0640ec2bc 100644 --- a/Library/Formula/libmodbus.rb +++ b/Library/Formula/libmodbus.rb @@ -7,9 +7,10 @@ class Libmodbus < Formula    bottle do      cellar :any -    sha1 "e6087a19d38f5c2a04fd1605ac97601bec7e578a" => :mavericks -    sha1 "56380a371bb9c5970287ee1071abe162e2c82ab7" => :mountain_lion -    sha1 "efc4d4d0873b838f6124440262afd44675e44f4d" => :lion +    revision 1 +    sha1 "49132fcf200e02792b898857bce7630de3d4d3ce" => :yosemite +    sha1 "a39c4927f9794f0a9af374249f2f4598c2d2f5d5" => :mavericks +    sha1 "a4ef5c2d803aaddfbe8f79d819d13c148f5bda0c" => :mountain_lion    end    head do | 
