pam_yubico: fix sha1
Closes Homebrew/homebrew#25117. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
1a79568911
commit
7965077929
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ require 'formula'
|
|||
class PamYubico < Formula
|
||||
homepage 'http://opensource.yubico.com/yubico-pam/'
|
||||
url 'https://github.com/Yubico/yubico-pam/archive/2.14.tar.gz'
|
||||
sha1 '3dd6bddce69785c5d61ae0f64ba568e1a81498a1'
|
||||
sha1 'c86fd78788e6a81cadd57b23411e78bd7fab48bb'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on :autoconf
|
||||
|
|
Loading…
Reference in a new issue