Merge pull request #5848 from Grauwolf/mosquitto
mosquitto: update to 1.4.11.
This commit is contained in:
commit
83e91d9dbf
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mosquitto'
|
||||
pkgname=mosquitto
|
||||
version=1.4.10
|
||||
version=1.4.11
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl
|
||||
|
@ -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=437648d68a4a781dd8d913814cd5451f59ab4a5fcf84cccaf7c36e6a07459770
|
||||
checksum=ca47533bbc1b7c5e15d6e5d96d3efc59677f2515b6692263c34b7c48f33280c5
|
||||
|
||||
pre_install() {
|
||||
sed -i 's,sbin,bin,g' */Makefile
|
||||
|
|
Loading…
Reference in a new issue