diff options
| author | Brett Koonce | 2014-06-21 13:23:41 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-06-21 17:23:13 -0700 |
| commit | 0cccc95f02947a6581a03ebbde90eef70b4403d6 (patch) | |
| tree | 7d69c9a0a543caf2c8316aa977f9b6032196fc44 | |
| parent | 721a16575d96778d79e8c7de849f1c060e789cc5 (diff) | |
| download | homebrew-0cccc95f02947a6581a03ebbde90eef70b4403d6.tar.bz2 | |
pam_yubico 2.16
| -rw-r--r-- | Library/Formula/pam_yubico.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pam_yubico.rb b/Library/Formula/pam_yubico.rb index 0c4539b20..1a6dd19ff 100644 --- a/Library/Formula/pam_yubico.rb +++ b/Library/Formula/pam_yubico.rb @@ -2,8 +2,8 @@ require "formula" class PamYubico < Formula homepage "http://opensource.yubico.com/yubico-pam/" - url "https://github.com/Yubico/yubico-pam/archive/2.15.tar.gz" - sha1 "a0a7df66ae95d2355a41399e61023f9ea600c3b1" + url "https://github.com/Yubico/yubico-pam/archive/2.16.tar.gz" + sha1 "e0724a433a2c84b303fdb28efdda023349a27193" option :universal |
