prosody: update to 0.12.1
This commit is contained in:
parent
eefe84b5e2
commit
3ebfc04fb4
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'prosody'
|
# Template file for 'prosody'
|
||||||
pkgname=prosody
|
pkgname=prosody
|
||||||
version=0.11.13
|
version=0.12.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -19,7 +19,7 @@ conf_files="
|
||||||
/etc/prosody/certs/makefile
|
/etc/prosody/certs/makefile
|
||||||
/etc/prosody/certs/GNUmakefile"
|
/etc/prosody/certs/GNUmakefile"
|
||||||
make_dirs="/var/lib/prosody 0755 prosody prosody"
|
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
|
depends="lua51-luasocket lua51-luafilesystem lua51-luaexpat lua51-luasec
|
||||||
lua51-BitOp"
|
lua51-BitOp"
|
||||||
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
short_desc="Lightweight and extensible Jabber/XMPP server written in Lua"
|
||||||
|
@ -28,7 +28,7 @@ license="MIT"
|
||||||
homepage="https://prosody.im/"
|
homepage="https://prosody.im/"
|
||||||
changelog="https://prosody.im/doc/release/${version}"
|
changelog="https://prosody.im/doc/release/${version}"
|
||||||
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
distfiles="https://prosody.im/downloads/source/${pkgname}-${version}.tar.gz"
|
||||||
checksum=39c61b346a09b5125b604cb969e14206cbbcb86c81156ffc6ba2d62527cf0432
|
checksum=a7ecbbe41f01a4251805593ac6d15dbc6cb75d9c7a876c76b456cf74ff4b90e5
|
||||||
|
|
||||||
system_accounts="prosody"
|
system_accounts="prosody"
|
||||||
prosody_homedir="/var/lib/prosody"
|
prosody_homedir="/var/lib/prosody"
|
||||||
|
|
Loading…
Add table
Reference in a new issue