From eeb32dd50f8a7c7ea7d09a5649d7a45cd742c9c2 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Thu, 16 Oct 2014 20:49:11 +0100 Subject: hashpump: openssl dep Added dependency on openssl. I hope the brew-test-bot wasn’t expecting a quiet Thursday evening. --- Library/Formula/hashpump.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/hashpump.rb b/Library/Formula/hashpump.rb index 17661530f..4016ddf86 100644 --- a/Library/Formula/hashpump.rb +++ b/Library/Formula/hashpump.rb @@ -4,6 +4,9 @@ class Hashpump < Formula homepage "https://github.com/bwall/HashPump" url "https://github.com/bwall/HashPump/archive/v1.1.0.tar.gz" sha1 "610582b0e4c86bbcbe5620d4a3ad48e9c3046817" + revision 1 + + depends_on "openssl" def install bin.mkpath -- cgit v1.2.3