pam-yubico: fix checksum
Also use github tarball, why not. Fixes Homebrew/homebrew#24663.
This commit is contained in:
parent
1a2855942e
commit
f3f1c9f24c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class PamYubico < Formula
|
||||
homepage 'http://opensource.yubico.com/yubico-pam/'
|
||||
url 'http://opensource.yubico.com/yubico-pam/releases/pam_yubico-2.14.tar.gz'
|
||||
sha1 'c86fd78788e6a81cadd57b23411e78bd7fab48bb'
|
||||
url 'https://github.com/Yubico/yubico-pam/archive/2.14.tar.gz'
|
||||
sha1 '3dd6bddce69785c5d61ae0f64ba568e1a81498a1'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on :autoconf
|
||||
|
|
Loading…
Reference in a new issue