prosody: update to 0.11.2
This commit is contained in:
parent
ad31d2022d
commit
1caed660b6
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'prosody'
|
# Template file for 'prosody'
|
||||||
pkgname=prosody
|
pkgname=prosody
|
||||||
version=0.10.3
|
version=0.11.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
--ostype=linux
|
--ostype=linux
|
||||||
|
@ -16,7 +16,8 @@ conf_files="
|
||||||
/etc/prosody/prosody.cfg.lua
|
/etc/prosody/prosody.cfg.lua
|
||||||
/etc/prosody/certs/localhost.cnf
|
/etc/prosody/certs/localhost.cnf
|
||||||
/etc/prosody/certs/openssl.cnf
|
/etc/prosody/certs/openssl.cnf
|
||||||
/etc/prosody/certs/Makefile"
|
/etc/prosody/certs/makefile
|
||||||
|
/etc/prosody/certs/GNUmakefile"
|
||||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
||||||
makedepends="lua51-devel libressl-devel libidn-devel"
|
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||||
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
depends="luasocket luafilesystem luaexpat lua51-luasec lua51-BitOp"
|
||||||
|
@ -25,7 +26,8 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://prosody.im/"
|
homepage="https://prosody.im/"
|
||||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=0c72e221aa0bb2e6cd990a3cff72ee28d3d519493915dadde0e8eebb0b3f1871
|
checksum=8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831
|
||||||
|
|
||||||
system_accounts="prosody"
|
system_accounts="prosody"
|
||||||
prosody_homedir="/var/lib/prosody"
|
prosody_homedir="/var/lib/prosody"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue