prosody: update to 0.12.1

This commit is contained in:
sxvghd 2022-08-15 18:57:46 +02:00 committed by classabbyamp
parent eefe84b5e2
commit 3ebfc04fb4
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'prosody'
pkgname=prosody
version=0.11.13
version=0.12.1
revision=1
build_style=configure
configure_args="
@ -19,7 +19,7 @@ conf_files="
/etc/prosody/certs/makefile
/etc/prosody/certs/GNUmakefile"
make_dirs="/var/lib/prosody 0755 prosody prosody"
makedepends="lua51-devel openssl-devel libidn-devel"
makedepends="lua51-devel openssl-devel libidn-devel icu-devel"
depends="lua51-luasocket lua51-luafilesystem lua51-luaexpat lua51-luasec
lua51-BitOp"
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
@ -28,7 +28,7 @@ license="MIT"
homepage="https://prosody.im/"
changelog="https://prosody.im/doc/release/${version}"
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
checksum=39c61b346a09b5125b604cb969e14206cbbcb86c81156ffc6ba2d62527cf0432
checksum=a7ecbbe41f01a4251805593ac6d15dbc6cb75d9c7a876c76b456cf74ff4b90e5
system_accounts="prosody"
prosody_homedir="/var/lib/prosody"