prosody: update to 0.9.10.
This commit is contained in:
parent
adf451ec10
commit
44bdab2536
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'prosody'
|
||||
pkgname=prosody
|
||||
version=0.9.9
|
||||
version=0.9.10
|
||||
revision=1
|
||||
build_style=configure
|
||||
conf_files="
|
||||
|
@ -18,7 +18,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="https://prosody.im/"
|
||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||
checksum=5624fd80d1030c4d1e239172f7a0d58761a14ffad28713240e8f3165d5cacf2e
|
||||
checksum=4836eefed4d9bbb632cba24ac5bd8e9bc7c029a79d06084b00ffc70858d1662f
|
||||
|
||||
pre_build() {
|
||||
cp -f ${FILESDIR}/prosody.cfg.lua prosody.cfg.lua.dist
|
||||
|
@ -38,4 +38,5 @@ do_configure() {
|
|||
|
||||
post_install() {
|
||||
vsv prosody
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue