inadyn: update to 2.6.

This commit is contained in:
Duncaen 2020-03-05 22:48:41 +01:00
parent 3431a4f615
commit d74931a117
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 4 additions and 4 deletions

View file

@ -4,4 +4,4 @@
mkdir -p /run/inadyn &&
chown inadyn:inadyn /run/inadyn ||
rm -f /run/inadyn/inadyn.pid
exec inadyn -p inadyn:inadyn -P /run/inadyn/inadyn.pid -n -s $OPTS 2>&1
exec inadyn -p inadyn:inadyn -Nn $OPTS 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'inadyn'
pkgname=inadyn
version=2.5
revision=4
version=2.6
revision=1
build_style=gnu-configure
configure_args="--enable-openssl"
hostmakedepends="automake libtool pkg-config"
@ -11,7 +11,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://troglobit.com/inadyn.html"
distfiles="https://github.com/troglobit/inadyn/releases/download/v${version}/inadyn-${version}.tar.xz"
checksum=4a9ad208671f62912428413da0282450b2d2c4da38f3c95c4ac975d048c41fcd
checksum=9f4198764abbd2798472b349d8867e86b4692c76ee304f1f9c607f67c9b582a4
system_accounts="inadyn"
inadyn_homedir="/var/empty"