diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-01-08 14:51:03 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-01-09 13:00:00 +0100 |
commit | f88f87d838047de22c841606f32fefa7476bcab2 (patch) | |
tree | 38e5ba06d5485680aa834a308a23bae3db7ddc9e /net/ipvsadm | |
parent | aa9a0df23727c26679c5805a6301ddc4110d3d43 (diff) |
ipvsadm: update version to 1.31
Update ipvsadm to new upstream version.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/ipvsadm')
-rw-r--r-- | net/ipvsadm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipvsadm/Makefile b/net/ipvsadm/Makefile index f591ebdc4..df064669f 100644 --- a/net/ipvsadm/Makefile +++ b/net/ipvsadm/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipvsadm -PKG_VERSION:=1.30 +PKG_VERSION:=1.31 PKG_MAINTAINER:=Mauro Mozzarelli <mauro@ezplanet.org>, \ Florian Eckert <fe@dev.tdt.de> PKG_LICENSE:=GPL-2.0-or-later @@ -17,7 +17,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/utils/kernel/ipvsadm/ -PKG_HASH:=95573d70df473c9f63fc4ac496c044c69e3a6de7ccac119922210c0b44cd7a0c +PKG_HASH:=1a0a5e25b5a1226435d2fb76341656f83a710183aebb0d204db39c0ec3bedfdb PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 |