diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-08-03 01:44:36 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-08-04 16:53:05 -0700 |
commit | da128ced43ed3d41f91f9b8dbae0d2f6dd2c53f2 (patch) | |
tree | 820b62e29d0cb1dc102bcdb42f94540179050b9d /net/kea | |
parent | f66da4c1d852319372600248f97e2e3a4cafd11f (diff) |
kea: bump to 2.0.3
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net/kea')
-rw-r--r-- | net/kea/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile index f0f5c36a5..372ce54bc 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kea -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.0.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION) -PKG_HASH:=8d28213bdc8e2bb870a383b30ac1e53d54e1eba43d2f86e5151b08b66aa6cf32 +PKG_HASH:=d642907374d17480ebe4df805b363dc9e230a955475a9f3e04a076b52d5c43ec PKG_MAINTAINER:=BangLang Huang<banglang.huang@foxmail.com>, Rosy Song<rosysong@rosinson.com> PKG_LICENSE:=MPL-2.0 |