prosody: update to 0.10.2.

This commit is contained in:
Duncaen 2018-06-01 17:50:41 +02:00
parent 94dfd62752
commit fb19ef8f3d

View file

@ -1,6 +1,6 @@
# Template file for 'prosody' # Template file for 'prosody'
pkgname=prosody pkgname=prosody
version=0.10.1 version=0.10.2
revision=1 revision=1
build_style=configure build_style=configure
configure_args=" configure_args="
@ -27,7 +27,7 @@ maintainer="Duncaen <duncaen@voidlinux.eu>"
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=995e69b3757ad36db3fcb74244e10d6fea58df1d48a20932cae155ffe6bcb5ce checksum=75b5f035e7a74d5f208eeeaf8419b94a85d09b40252d444cff8033fde3c9768e
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) CFLAGS="-DWITHOUT_MALLINFO" ;; *-musl) CFLAGS="-DWITHOUT_MALLINFO" ;;