diff options
| author | Sean O'Neil | 2014-04-28 14:15:57 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-04-28 14:02:13 -0500 |
| commit | 573040519545fd21565e7f63c94d70ec3604a07e (patch) | |
| tree | 3c5adf7655fa159240c0665852584c32b65c2f16 /Library/Formula | |
| parent | 8b62ed4162d7896a86067588a2fa190b7f8e71c2 (diff) | |
| download | homebrew-573040519545fd21565e7f63c94d70ec3604a07e.tar.bz2 | |
duo_unix 1.9.11
Closes #28808.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 eedb68646..aae3385a2 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.10.tar.gz" - sha1 "13977071bdcb24b5d9de13e4fe1a973d60885b37" + url "https://dl.duosecurity.com/duo_unix-1.9.11.tar.gz" + sha1 "4cb4e585b69fbc6a0a3635bc241fa22653c2f9c4" def install system "./configure", "--prefix=#{prefix}", |
