diff options
| author | Mike McQuaid | 2014-12-10 15:21:42 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-10 15:21:42 +0000 |
| commit | ce0a368616ad373b72e7193c2f989ec8a4d2500b (patch) | |
| tree | 9b60e410460eacadf986543a33faabe3cc8504a9 /Library/Formula | |
| parent | 910dcd721e08092a0458c229b4037c4dea41abf1 (diff) | |
| download | homebrew-ce0a368616ad373b72e7193c2f989ec8a4d2500b.tar.bz2 | |
duo_unix: general cleanup.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/duo_unix.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/duo_unix.rb b/Library/Formula/duo_unix.rb index e7eb4a863..7507874a6 100644 --- a/Library/Formula/duo_unix.rb +++ b/Library/Formula/duo_unix.rb @@ -4,6 +4,8 @@ class DuoUnix < Formula homepage "https://www.duosecurity.com/docs/duounix" url "https://dl.duosecurity.com/duo_unix-1.9.13.tar.gz" sha1 "96120910cbaa75c3a59e4c12006738b267c3e9f0" + revision 1 + bottle do cellar :any revision 1 @@ -12,8 +14,6 @@ class DuoUnix < Formula sha1 "68ccaf5aeb4811f2f7c548c676f7a15957768dd5" => :mountain_lion end - revision 1 - depends_on "openssl" def install @@ -28,6 +28,7 @@ class DuoUnix < Formula end test do - system "#{sbin}/login_duo", "-d", "-c", "#{etc}/login_duo.conf", "-f", "foobar", "echo", "SUCCESS" + system "#{sbin}/login_duo", "-d", "-c", "#{etc}/login_duo.conf", + "-f", "foobar", "echo", "SUCCESS" end end |
