libu2f-host: update to 1.1.0.
This commit is contained in:
parent
21dd4e885d
commit
2ca6d19888
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'libu2f-host'
|
# Template file for 'libu2f-host'
|
||||||
pkgname=libu2f-host
|
pkgname=libu2f-host
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"
|
configure_args="--with-openssl=yes --with-udevrulesdir=/usr/lib/udev/rules.d"
|
||||||
hostmakedepends="automake libtool pkg-config gengetopt"
|
hostmakedepends="automake libtool pkg-config gengetopt"
|
||||||
makedepends="json-c-devel hidapi-devel libressl-devel"
|
makedepends="json-c-devel hidapi-devel libressl-devel"
|
||||||
short_desc="C library and command-line tool that implements the host-side of the U2F protocol"
|
short_desc="C library and tool that implements the host-side of the U2F protocol"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="https://developers.yubico.com/libu2f-host/"
|
homepage="https://developers.yubico.com/libu2f-host/"
|
||||||
distfiles="https://github.com/Yubico/libu2f-host/archive/libu2f-host-${version}.tar.gz"
|
distfiles="https://github.com/Yubico/libu2f-host/archive/libu2f-host-${version}.tar.gz"
|
||||||
checksum=b1d2193eab69e1880e4adc07398f7fd5db19248ae84ef7981aa98a3fe4c411db
|
checksum=3e9cd2ccc06c8afed362da6f27f6d4aa535f91765142201e624d607d4ed90ad8
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue