Repository : ssh://git@open-mesh.org/openwrt-feed-alfred
On branch : master
commit 049f7ccdaac4b00ce41e77a0a493e6fd5cee1492 Author: Simon Wunderlich sw@simonwunderlich.de Date: Thu Jan 8 20:55:45 2015 +0100
alfred: bump version to 2014.4.0
From the CHANGELOG:
* add support for multiple interfaces per master * add support for changing interfaces on the fly * changes to support multiple alfred interfaces: - bind alfred to a specific interface - allow configuring the unix socket path * enhanced debugging
Signed-off-by: Simon Wunderlich sw@simonwunderlich.de
049f7ccdaac4b00ce41e77a0a493e6fd5cee1492 alfred/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/alfred/Makefile b/alfred/Makefile index 3e07da2..b2129af 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 http://git.open-mesh.org/alfred.git # PKG_NAME:=alfred -PKG_VERSION:=2014.3.0 -PKG_RELEASE:=2 -PKG_REV:=45cbfaba455c92470100a9c3d767e1d32d73075e +PKG_VERSION:=2014.4.0 +PKG_RELEASE:=0 +PKG_REV:=03108de2b0f9a5f447efe45d0ad332fe40f7943e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=git://git.open-mesh.org/alfred.git