prosody: update to 0.9.9.
This commit is contained in:
parent
7ca918dce1
commit
6a563d5ae2
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'prosody'
|
||||
pkgname=prosody
|
||||
version=0.9.8
|
||||
revision=3
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=configure
|
||||
conf_files="
|
||||
/etc/prosody/prosody.cfg.lua
|
||||
|
@ -14,11 +14,11 @@ make_dirs="/var/lib/prosody 0755 prosody prosody"
|
|||
makedepends="lua51-devel libressl-devel libidn-devel"
|
||||
depends="lua51 luasocket luafilesystem luaexpat luasec"
|
||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||
maintainer="Duncaen <mail@duncano.de>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://prosody.im/"
|
||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=9470415c56e0b847089b45fabd48bc1f8211cd525fba56967409d064f4257871
|
||||
checksum=5624fd80d1030c4d1e239172f7a0d58761a14ffad28713240e8f3165d5cacf2e
|
||||
|
||||
pre_build() {
|
||||
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
||||
|
|
Loading…
Reference in New Issue