hikari: update to 2.3.2.

This commit is contained in:
Andrew J. Hesford 2021-07-22 13:38:59 -04:00
parent b5c1e3ae7a
commit 6a12531817

View file

@ -1,6 +1,6 @@
# Template file for 'hikari'
pkgname=hikari
version=2.3.1
version=2.3.2
revision=1
build_style=gnu-makefile
make_cmd=bmake
@ -16,7 +16,7 @@ license="BSD-2-Clause"
homepage="https://hikari.acmelabs.space"
changelog="https://hub.darcs.net/raichoo/hikari/browse/CHANGELOG.md"
distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
checksum=345b2a732dcc7499d3b967811698009b2bc1ad36dab08e46084b3f6a8ec2aeb9
checksum=9e8f135b4b31ae1267ae4fdf0c25932b62aeaf1e6642e1dc67471b9863107ecb
conf_files="/etc/pam.d/hikari-unlocker /etc/hikari/hikari.conf"
# bmake's -q flag seems to differ in behavior from gnu make which causes the
# build style's handling of the check target not existing to fail.