diff options
author | Miroslav Lichvar <mlichvar0@gmail.com> | 2023-12-18 10:10:24 +0100 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-12-18 19:01:44 +0200 |
commit | 4fce39884972eef7a361892646c697420bcee7c6 (patch) | |
tree | 8b3e3284b6185b09941442b5e12cfc3f267b50c2 /net | |
parent | b8ff725cd5ba0c9bcab026be189c79d2b629c21f (diff) |
chrony: update to 4.5
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/chrony/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 4b6d7605d..338493bd5 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=chrony -PKG_VERSION:=4.4 +PKG_VERSION:=4.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://chrony-project.org/releases/ -PKG_HASH:=eafb07e6daf92b142200f478856dfed6efc9ea2d146eeded5edcb09b93127088 +PKG_HASH:=19fe1d9f4664d445a69a96c71e8fdb60bcd8df24c73d1386e02287f7366ad422 PKG_MAINTAINER:=Miroslav Lichvar <mlichvar0@gmail.com> PKG_LICENSE:=GPL-2.0 |