duo_unix 1.9.11
Closes Homebrew/homebrew#28808. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
82632f4ab9
commit
b3c0731135
1 changed files with 2 additions and 2 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue