diff options
| author | Dominyk Tiller | 2014-08-30 08:33:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-30 10:04:30 +0100 |
| commit | 562d058f17ec3aa0a00e965d1449ed0e3e445598 (patch) | |
| tree | b7372fc6cafe3109d8d7f11ac737a7dae7edd770 | |
| parent | b6f01f456f15ba24006d5974fa32aa64b4a13f8c (diff) | |
| download | homebrew-562d058f17ec3aa0a00e965d1449ed0e3e445598.tar.bz2 | |
spiped: depend on Homebrew OpenSSL.
Temporarily reverting to the previous version whilst I try and figure
out the compile errors. The OpenSSL dependency is probably an equally
important part of this PR and I don’t want to keep that back too long
whilst I try and figure the compile issue out.
| -rw-r--r-- | Library/Formula/spiped.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/spiped.rb b/Library/Formula/spiped.rb index f2ab8035b..18d37498c 100644 --- a/Library/Formula/spiped.rb +++ b/Library/Formula/spiped.rb @@ -1,11 +1,12 @@ require 'formula' class Spiped < Formula - homepage 'http://www.tarsnap.com/spiped.html' + homepage 'https://www.tarsnap.com/spiped.html' url 'https://www.tarsnap.com/spiped/spiped-1.3.1.tgz' sha256 '8a58a983be460b88ed5a105201a0f0afacb83382208761837a62871dcca42fee' depends_on :bsdmake + depends_on 'openssl' def install man1.mkpath |
