diff options
| author | BrewTestBot | 2014-08-30 09:40:57 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-08-30 10:04:40 +0100 | 
| commit | 6286d13cf00762084b0b67bf9aeca1918a31e1b6 (patch) | |
| tree | 7eff4e758bd70bd72b04bdddc59227bf6410ecfc /Library/Formula/spiped.rb | |
| parent | 562d058f17ec3aa0a00e965d1449ed0e3e445598 (diff) | |
| download | homebrew-6286d13cf00762084b0b67bf9aeca1918a31e1b6.tar.bz2 | |
spiped: add 1.3.1 bottle.
Closes #31980.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/spiped.rb')
| -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'  | 
