hikari: update to 2.3.1.

This commit is contained in:
Isaac Freund 2021-06-27 00:49:39 +02:00 committed by Érico Nogueira Rolim
parent cfc02119ca
commit 9e3f054239

View file

@ -1,6 +1,6 @@
# Template file for 'hikari'
pkgname=hikari
version=2.3.0
version=2.3.1
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=8577ea568d2a41b0dc7b2fae784446778e3ddd5b9563576c9756dfbf7b9435d2
checksum=345b2a732dcc7499d3b967811698009b2bc1ad36dab08e46084b3f6a8ec2aeb9
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.