diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/md5sha1sum.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/md5sha1sum.rb b/Library/Formula/md5sha1sum.rb index afa1a51d7..f9272389e 100644 --- a/Library/Formula/md5sha1sum.rb +++ b/Library/Formula/md5sha1sum.rb @@ -6,6 +6,13 @@ class Md5sha1sum < Formula mirror "http://www.sourcefiles.org/Utilities/Console/M-P/md5sha1sum-0.9.5.tar.gz" sha1 '84a46bfd2b49daa0a601a9c55b7d87c27e19ef87' + bottle do + cellar :any + sha1 "2f064d2390b9564b6c9d6b84623e2807dd031706" => :mavericks + sha1 "0c5dee6e92679788df27d0e2f53f23bceaf21ed4" => :mountain_lion + sha1 "11bae51a115c14688f7f57cf0903a829f8c28dde" => :lion + end + conflicts_with 'polarssl', :because => 'both install conflicting binaries' def install |
