aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-10-16 20:49:11 +0100
committerMike McQuaid2014-10-16 21:05:34 +0100
commiteeb32dd50f8a7c7ea7d09a5649d7a45cd742c9c2 (patch)
tree5d7355de605eade28220d5e864df9cfcd1476964 /Library/Formula
parent71be64e5aa4ec23626fc77adcb7f7d401b179a89 (diff)
downloadhomebrew-eeb32dd50f8a7c7ea7d09a5649d7a45cd742c9c2.tar.bz2
hashpump: openssl dep
Added dependency on openssl. I hope the brew-test-bot wasn’t expecting a quiet Thursday evening.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hashpump.rb3
1 files changed, 3 insertions, 0 deletions
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