lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 49b42df0f2b458188d313a65baa9cfd3817659f2
parent 60ab94da35da7e23228d5755598e3114a0506876
Author: Nicolas Thill <nico@openwrt.org>
Date:   Mon,  6 Apr 2015 13:14:50 +0200

keepalived: update to 1.2.16

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mnet/keepalived/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=keepalived -PKG_VERSION:=1.2.15 +PKG_VERSION:=1.2.16 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= http://www.keepalived.org/software -PKG_MD5SUM:=d85fcb8e564ea03b0ca7b2357bf30c51 +PKG_MD5SUM:=f834ab2cfc2e7300edf1bafaf4a5d83e PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING