pam-u2f: update to 1.0.5.
Closes #13546. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
5c59da6c7a
commit
51c273d0f0
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pam-u2f'
|
||||
pkgname=pam-u2f
|
||||
version=1.0.4
|
||||
revision=2
|
||||
version=1.0.5
|
||||
revision=1
|
||||
wrksrc="${pkgname/-/_}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-pam-dir=/usr/lib/security"
|
||||
|
@ -9,12 +9,12 @@ hostmakedepends="automake libtool pkg-config"
|
|||
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"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://developers.yubico.com/pam-u2f/"
|
||||
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
|
||||
checksum="71542e4568e6d2acaa50810a93c67297ba402f960da1ebb621413bd31f0732a1"
|
||||
checksum=27084e17502c4b8d096b21896b2da6ebf8dcc664fc1fb327b44a003066f27c2d
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue