diff options
| -rw-r--r-- | Library/Formula/spiped.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb index 18d37498c..efcd49978 100644 --- a/Library/Formula/spiped.rb +++ b/Library/Formula/spiped.rb @@ -5,6 +5,13 @@ class Spiped < Formula    url 'https://www.tarsnap.com/spiped/spiped-1.3.1.tgz'    sha256 '8a58a983be460b88ed5a105201a0f0afacb83382208761837a62871dcca42fee' +  bottle do +    cellar :any +    sha1 "e4d18a28b907ad3a02199b1c72e9c78fbbcc69ec" => :mavericks +    sha1 "418827b51bda749149b4c0a9fd376f8aba9171d3" => :mountain_lion +    sha1 "1f320a1a68f9871e93bc669f53761601d2183882" => :lion +  end +    depends_on :bsdmake    depends_on 'openssl'  | 
