From 36c98f97b69dd56fee06b86c7195aee27263f899 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 24 Oct 2011 20:58:58 +0000 Subject: [PATCH] packages/mosquitto: update to 0.13 (thanks to Karl Palsson) git-svn-id: svn://svn.openwrt.org/openwrt/packages@28558 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/mosquitto/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 8f39a0441..ec6026458 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -1,4 +1,5 @@ # +# Copyright (C) 2011 OpenWrt.org # Copyright (C) 2010 Jo-Philipp Wich # # This is free software, licensed under the GNU General Public License v2. @@ -8,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mosquitto -PKG_VERSION:=0.12 +PKG_VERSION:=0.13 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://mosquitto.org/files/source/ -PKG_MD5SUM:=e21ecb18dc8f9c3103fab95bbf8cffc7 +PKG_MD5SUM:=e2cad39f430f91087cb9c248be26ece5 include $(INCLUDE_DIR)/package.mk