Merge pull request #2304 from k00mi/mosquitto-1.4.3
mosquitto: update to 1.4.3.
This commit is contained in:
commit
f5021d48a3
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.4.2
|
||||
version=1.4.3
|
||||
revision=5
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WITH_TLS_PSK=no" # not supported by libressl
|
||||
|
@ -12,7 +12,7 @@ maintainer="Lukas Braun <koomi@hackerspace-bamberg.de>"
|
|||
license="BSD"
|
||||
homepage="http://mosquitto.org/"
|
||||
distfiles="http://mosquitto.org/files/source/mosquitto-${version}.tar.gz"
|
||||
checksum=5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e
|
||||
checksum=773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c
|
||||
|
||||
pre_install() {
|
||||
sed -i 's,sbin,bin,g' */Makefile
|
||||
|
|
Loading…
Reference in New Issue