lede-packages-rs

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

commit efe0b245c1077a8924f93464e4851d514ef33fc8
parent 6d02bab6d3e05e9048ecf24ba1f1740642f63fa8
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Tue, 26 Jan 2016 10:30:59 +0200

Merge pull request #2306 from mlichvar/chrony-update-2.2.1

chrony: update to 2.2.1
Diffstat:
Mnet/chrony/Makefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/chrony/Makefile b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=2.2 -PKG_RELEASE:=2 +PKG_VERSION:=2.2.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.tuxfamily.org/chrony/ -PKG_MD5SUM:=17bc77d3d2ce942675f9600b60452717 +PKG_MD5SUM:=ce46990540aab3670d093311ee43fe17 PKG_MAINTAINER:=Miroslav Lichvar <mlichvar0@gmail.com> PKG_LICENSE:=GPL-2.0