diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-04-06 13:14:50 +0200 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-04-06 13:17:44 +0200 |
commit | 49b42df0f2b458188d313a65baa9cfd3817659f2 (patch) | |
tree | 3e97cecb55a1caa3bcf1d9fecffcf2ec0c1f2dfc /net | |
parent | 60ab94da35da7e23228d5755598e3114a0506876 (diff) |
keepalived: update to 1.2.16
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/keepalived/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index 0f13149d4..04a041fa0 100644 --- 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 |