mosquitto: update to 1.4.9.
This commit is contained in:
parent
09c4726665
commit
2a0183d145
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.4.8
|
||||
revision=4
|
||||
version=1.4.9
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||
make_install_args="prefix=/usr"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
|||
license="epl-v10, edl-v10"
|
||||
homepage="http://mosquitto.org/"
|
||||
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
||||
checksum=d96eb5610e57cc3e273f4527d3f54358ab7711459941a9e64bc4d0a85c2acfda
|
||||
checksum=1df3ae07de40b80a74cd37a7b026895c544cdd3b42c9e0719ae91623aa98c58b
|
||||
|
||||
pre_install() {
|
||||
sed -i 's,sbin,bin,g' */Makefile
|
||||
|
|
Loading…
Reference in New Issue