misc/mosquitto: Updated for version 1.5

Signed-off-by: Christoph Willing <chris.willing@linux.com>
This commit is contained in:
Christoph Willing 2018-05-03 20:18:08 +10:00 committed by Willy Sudiarto Raharjo
parent d2e24fefbb
commit ab8183af6e
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mosquitto
VERSION=${VERSION:-1.4.15}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mosquitto"
VERSION="1.4.15"
VERSION="1.5"
HOMEPAGE="http://mosquitto.org/"
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.4.15.tar.gz"
MD5SUM="546cb1ce35cc3f7d23e6d2f1f9a962e7"
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.5.tar.gz"
MD5SUM="70f62fe906afd1e199795238498e29a6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares"