pam-u2f: fix homepage and add version check (#4175)
This commit is contained in:
parent
26104efa45
commit
74d5cb4a9b
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pam-u2f'
|
||||
pkgname=pam-u2f
|
||||
version=1.0.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/-/_}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-dir=/usr/lib/security"
|
||||
|
@ -10,7 +10,7 @@ makedepends="libu2f-host-devel libu2f-server-devel pam-devel"
|
|||
short_desc="Pluggable Authentication Module (PAM) for U2F"
|
||||
maintainer="Matthew Wynn <matthew@matthewwynn.com>"
|
||||
license="BSD"
|
||||
homepage="https://developers.yubico.com/libu2f-server/"
|
||||
homepage="https://developers.yubico.com/pam-u2f/"
|
||||
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
|
||||
checksum="71542e4568e6d2acaa50810a93c67297ba402f960da1ebb621413bd31f0732a1"
|
||||
|
||||
|
|
1
srcpkgs/pam-u2f/update
Normal file
1
srcpkgs/pam-u2f/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='>\K[\d.]+(?=</dt>)'
|
Loading…
Reference in a new issue