Merge pull request #1539 from k00mi/mosquitto-1.4.2
mosquitto: update to 1.4.2.
This commit is contained in:
commit
ef4f54f75b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.4.1
|
version=1.4.2
|
||||||
revision=1
|
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
|
||||||
|
@ -12,7 +12,7 @@ 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=75a8b051c7859a2426ffc15bf45b44f79c8288395a325d791ba54e5df9af58a8
|
checksum=5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
mv ${DESTDIR}/etc/${pkgname}/${pkgname}.conf.example \
|
||||||
|
|
Loading…
Reference in New Issue