pam_yubico 2.12
Closes Homebrew/homebrew#13791. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
a0c49e2362
commit
170d2bcb79
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class PamYubico < Formula
|
class PamYubico < Formula
|
||||||
homepage 'http://code.google.com/p/yubico-pam/'
|
homepage 'http://code.google.com/p/yubico-pam/'
|
||||||
url 'http://yubico-pam.googlecode.com/files/pam_yubico-2.11.tar.gz'
|
url 'http://yubico-pam.googlecode.com/files/pam_yubico-2.12.tar.gz'
|
||||||
sha1 'e841ab473fee7c28af96e4d18fef427a8e1a947b'
|
sha1 '37bc2c19b3aaa43f2394eb33241ce95fe37c24c6'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on 'libyubikey'
|
depends_on 'libyubikey'
|
||||||
|
|
Loading…
Reference in a new issue