diff options
| author | Sean O'Neil | 2014-04-18 15:17:23 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-18 18:20:51 -0700 | 
| commit | eca4f222208b6bfb2c68d2a58270990591ee2a36 (patch) | |
| tree | d4e8e1219239a436cec1c213f0a00cd622337032 /Library/Formula/duo_unix.rb | |
| parent | cebc4b7feaa094642996c6976e666798a0345b28 (diff) | |
| download | homebrew-eca4f222208b6bfb2c68d2a58270990591ee2a36.tar.bz2 | |
duo_unix 1.9.10
Closes #28505.
Signed-off-by: Adam Vandenberg <flangy@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 2ce048dff..eedb68646 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.8.tar.gz" -  sha1 "0f7d039c0768e872c56429758ff997c33f5aa030" +  url "https://dl.duosecurity.com/duo_unix-1.9.10.tar.gz" +  sha1 "13977071bdcb24b5d9de13e4fe1a973d60885b37"    def install      system "./configure", "--prefix=#{prefix}",  | 
