diff options
Diffstat (limited to 'Library/Formula/spiped.rb')
| -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 |
