comparison src/paho-mqtt-c.mk @ 6588:9d89736ad698

* src/paho-mqtt-c.mk: update to v1.3.12
author John Donoghue <john.donoghue@ieee.org>
date Thu, 29 Dec 2022 08:58:39 -0500
parents 4b8764444acb
children fc7925b7b5d2
comparison
equal deleted inserted replaced
6587:fe6e119f6099 6588:9d89736ad698
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := paho-mqtt-c 4 PKG := paho-mqtt-c
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.3.11 6 $(PKG)_VERSION := 1.3.12
7 $(PKG)_CHECKSUM := dde58a64eb4fbd19745a5b8adba2fa3f85ecff23 7 $(PKG)_CHECKSUM := 34dc18d5df21d816276875da2fde314569865e14
8 $(PKG)_SUBDIR := paho.mqtt.c-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := paho.mqtt.c-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := https://github.com/eclipse/paho.mqtt.c/archive/refs/tags/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/eclipse/paho.mqtt.c/archive/refs/tags/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12