diff options
| author | Sean O'Neil | 2014-01-31 12:07:16 -0500 | 
|---|---|---|
| committer | Brett Koonce | 2014-01-31 11:24:06 -0600 | 
| commit | ce202c6d4af9bad2549abce2523feb48847d0d86 (patch) | |
| tree | 8d1115a33389eb1bad0630693f1355c56b47d675 /Library/Formula/duo_unix.rb | |
| parent | ba1f90426eb41828186a261802f406e0d5ce9a4c (diff) | |
| download | homebrew-ce202c6d4af9bad2549abce2523feb48847d0d86.tar.bz2 | |
duo_unix: 1.9.7
Closes #26314.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/duo_unix.rb')
| -rw-r--r-- | Library/Formula/duo_unix.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/duo_unix.rb b/Library/Formula/duo_unix.rb index 4546fa76a..7845b02e2 100644 --- a/Library/Formula/duo_unix.rb +++ b/Library/Formula/duo_unix.rb @@ -2,8 +2,8 @@ require "formula"  class DuoUnix < Formula    homepage "https://www.duosecurity.com/docs/duounix" -  url "https://dl.duosecurity.com/duo_unix-1.9.6.tar.gz" -  sha1 "02f2d28af55872c278df8b99d2e8503098504583" +  url "https://dl.duosecurity.com/duo_unix-1.9.7.tar.gz" +  sha1 "8fc90eed4924cf23a8e1ea275be81f345932954a"    def install      system "./configure", "--prefix=#{prefix}",  | 
