alfred: bump version to 2015.1
From the CHANGELOG: * add support to run on interfaces with multiple link-local addresses * various code cleanups * bugs squashed: - reduce of maximum payload size to always fit into UDP datagrams Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:
parent
cf4ef34398
commit
ad556e8759
1 changed files with 2 additions and 2 deletions
|
@ -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:=2015.0
|
||||
PKG_VERSION:=2015.1
|
||||
PKG_RELEASE:=0
|
||||
PKG_MD5SUM:=53e2436dbc506e69f9675b69385ae131
|
||||
PKG_MD5SUM:=fcce70cd8da764ee91c8cd2cbfa14362
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.open-mesh.org/batman/releases/batman-adv-$(PKG_VERSION)
|
||||
|
|
Loading…
Reference in a new issue