diff options
Diffstat (limited to 'Library/Formula')
| -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 6681fcc7c..2c5095046 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.4.0.tgz" sha256 "d8fa13a36905337bec97e507e0689f7bbc9e5426b88d588f3ddd3d6c290dcf5f" + bottle do + cellar :any + sha1 "a5c02e5820d9e0257c8f7989e411f225bd7059bd" => :mavericks + sha1 "bf7b0a89918b04698a793bf503c202a4ef6a883e" => :mountain_lion + sha1 "36d6b9cbf1d2128321a60ec487fb6f984347502f" => :lion + end + depends_on :bsdmake depends_on "openssl" |
