Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 290a7f5ca641758e6654456ae4b9eefcd6742157 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Apr 21 14:33:35 2016 +0200
alfred: bump version to 2016.1
From the CHANGELOG:
alfred 2016.1:
* add support for master servers to receive push_data packets with foreign source addresses * various code cleanups * bugs squashed: - ignore invalid EUI64 addresses
alfred 2016.0:
* various code and documentation cleanups
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
290a7f5ca641758e6654456ae4b9eefcd6742157 alfred/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index 8f85651..d227790 100644 --- a/alfred/Makefile +++ b/alfred/Makefile @@ -11,9 +11,9 @@ include $(TOPDIR)/rules.mk # The latest alfred git hash in PKG_REV can be obtained from https://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2015.2 +PKG_VERSION:=2016.1 PKG_RELEASE:=0 -PKG_REV:=d2dc0f621c6698d00d5d5fae971f7945282eea48 +PKG_REV:=f6befe7d58f18ec7922db77e840027286b591697
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git