From 4f2274fc48cd2b24e67444ee8f489a07e24966e4 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Tue, 7 Jun 2016 21:21:44 +0200 Subject: [PATCH] chrony: update to 2.4 Signed-off-by: Miroslav Lichvar --- net/chrony/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/chrony/Makefile b/net/chrony/Makefile index dd2f6b6b1..5bd22743d 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=2.3 +PKG_VERSION:=2.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.tuxfamily.org/chrony/ -PKG_MD5SUM:=db6d46afea66f75dcc362f44623c1af4 +PKG_MD5SUM:=d0598aa8a9be8faccef9386f6fc0d5f2 PKG_MAINTAINER:=Miroslav Lichvar PKG_LICENSE:=GPL-2.0