diff options
| author | BrewTestBot | 2014-08-30 19:39:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-30 19:42:34 +0100 |
| commit | e2599d424abee9f56dc8d159bbc8b7453d1173c9 (patch) | |
| tree | faa28a12dc68d5a47da54cc6ce0b5fd19aa8473e /Library | |
| parent | ade0554674154820dac374dc33dd17d9e34ab675 (diff) | |
| download | homebrew-e2599d424abee9f56dc8d159bbc8b7453d1173c9.tar.bz2 | |
spiped: add 1.4.0 bottle.
Closes #31982.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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" |
