mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
Merge pull request #2304 from k00mi/mosquitto-1.4.3
mosquitto: update to 1.4.3.
This commit is contained in:
commit
f5021d48a3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mosquitto'
|
# Template file for 'mosquitto'
|
||||||
pkgname=mosquitto
|
pkgname=mosquitto
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=5
|
revision=5
|
||||||
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=5ebc3800a0018bfbec62dcc3748fb29f628df068acd39c62c4ef651d9276647e
|
checksum=773d7436f729b5a6088035708c9277a9c6ba5651e127b63c8f29fe39e152479c
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i 's,sbin,bin,g' */Makefile
|
sed -i 's,sbin,bin,g' */Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue