mosquitto: update to 1.4.1
This commit is contained in:
parent
6c691d170a
commit
b2d0b01218
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.4
|
version=1.4.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
conf_files="/etc/mosquitto/mosquitto.conf"
|
conf_files="/etc/mosquitto/mosquitto.conf"
|
||||||
makedepends="libressl-devel libuuid-devel"
|
makedepends="libressl-devel libuuid-devel c-ares-devel"
|
||||||
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
short_desc="MQTT version 3.1/3.1.1 compatible message broker"
|
||||||
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://mosquitto.org/"
|
homepage="http://mosquitto.org/"
|
||||||
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
||||||
checksum=591f3adcb6ed92c01f7ace1c878af728b797fe836892535620aa6106f42dbcc6
|
checksum=75a8b051c7859a2426ffc15bf45b44f79c8288395a325d791ba54e5df9af58a8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
||||||
|
|
Loading…
Reference in a new issue