comparison src/opkg-mqtt.mk @ 6329:17e88be8f3ed

* src/opkg-mqtt.mk: update to v0.0.2
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Jul 2022 13:22:40 -0400
parents ac2ffb9c58ca
children e999279f10fc
comparison
equal deleted inserted replaced
6328:cd46f4616af0 6329:17e88be8f3ed
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 := opkg-mqtt 4 PKG := opkg-mqtt
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.0.1 6 $(PKG)_VERSION := 0.0.2
7 $(PKG)_CHECKSUM := 4b8c95fe20b4e67747b6d2712db1965d0baaba4a 7 $(PKG)_CHECKSUM := bb102f472f5aa91f006b6ccb34c746aa46dab2b3
8 $(PKG)_SUBDIR := octave-mqtt-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := octave-mqtt-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := https://downloads.sourceforge.net/project/octave-mqtt/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://downloads.sourceforge.net/project/octave-mqtt/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := paho-mqtt-c 11 $(PKG)_DEPS := paho-mqtt-c
12 12