comparison src/opkg-mqtt.mk @ 6368:e999279f10fc

* src/opkg-mqtt.mk:update to v0.0.3
author John Donoghue <john.donoghue@ieee.org>
date Sun, 21 Aug 2022 19:51:25 -0400
parents 17e88be8f3ed
children 96d7401c2e89
comparison
equal deleted inserted replaced
6367:d7b0b8825193 6368:e999279f10fc
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.2 6 $(PKG)_VERSION := 0.0.3
7 $(PKG)_CHECKSUM := bb102f472f5aa91f006b6ccb34c746aa46dab2b3 7 $(PKG)_CHECKSUM := b5d4745e7ab56f500ae00c17788843c024475847
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