inadyn: update to 2.6.
This commit is contained in:
parent
3431a4f615
commit
d74931a117
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue