diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-03-26 13:39:09 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-03-26 13:39:09 +0200 |
commit | 8e493759b810c96c5ab814126a1c4a80ac963d87 (patch) | |
tree | e3fafb0806d600ddbfc540f244fa5c784ad1a511 | |
parent | 2f202c35050d514e00e69c403c2d7d05b9fd12ae (diff) |
ntpd: update to 4.2.8p10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-rw-r--r-- | net/ntpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 98db1ae6f..46fa8a252 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ntp -PKG_VERSION:=4.2.8p9 -PKG_RELEASE:=3 +PKG_VERSION:=4.2.8p10 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ -PKG_HASH:=b724287778e1bac625b447327c9851eedef020517a3545625e9f652a90f30b72 +PKG_HASH:=ddd2366e64219b9efa0f7438e06800d0db394ac5c88e13c17b70d0dcdf99b99f PKG_LICENSE:=Unique PKG_LICENSE_FILES:=COPYRIGHT html/copyright.html |