pam-u2f: update to 1.0.5.

Closes #13546.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-17 00:04:40 -03:00 committed by Enno Boland
parent 5c59da6c7a
commit 51c273d0f0
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'pam-u2f' # Template file for 'pam-u2f'
pkgname=pam-u2f pkgname=pam-u2f
version=1.0.4 version=1.0.5
revision=2 revision=1
wrksrc="${pkgname/-/_}-${version}" wrksrc="${pkgname/-/_}-${version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security" 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" makedepends="libu2f-host-devel libu2f-server-devel pam-devel"
short_desc="Pluggable Authentication Module (PAM) for U2F" short_desc="Pluggable Authentication Module (PAM) for U2F"
maintainer="Matthew Wynn <matthew@matthewwynn.com>" maintainer="Matthew Wynn <matthew@matthewwynn.com>"
license="BSD" license="BSD-2-Clause"
homepage="https://developers.yubico.com/pam-u2f/" homepage="https://developers.yubico.com/pam-u2f/"
distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz" distfiles="https://developers.yubico.com/pam-u2f/Releases/pam_u2f-${version}.tar.gz"
checksum="71542e4568e6d2acaa50810a93c67297ba402f960da1ebb621413bd31f0732a1" checksum=27084e17502c4b8d096b21896b2da6ebf8dcc664fc1fb327b44a003066f27c2d
post_install() { post_install() {
vlicense COPYING LICENSE vlicense COPYING
} }