mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
misc/mosquitto: Updated for version 1.5.5
Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
parent
8d97471d5d
commit
867f36829c
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mosquitto
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
VERSION=${VERSION:-1.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.5.4"
|
||||
VERSION="1.5.5"
|
||||
HOMEPAGE="https://mosquitto.org/"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.5.4.tar.gz"
|
||||
MD5SUM="4fe8eb707777eb4bfcb5cd432c30a467"
|
||||
DOWNLOAD="https://mosquitto.org/files/source/mosquitto-1.5.5.tar.gz"
|
||||
MD5SUM="a17dffc6f63b2a4ab2eb5c51139e60e9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue