From ea6d3a34680de68b5ea61faea424d0730c5107c1 Mon Sep 17 00:00:00 2001 From: Wojciech Dubowik Date: Mon, 10 Aug 2020 09:30:11 +0200 Subject: [PATCH] linuxptp: Update to version 3.0 Signed-off-by: Wojciech Dubowik --- net/linuxptp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 34e8c4324..0b6298203 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp -PKG_VERSION:=2.0 +PKG_VERSION:=3.0 PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) -PKG_HASH:=0a24d9401e87d4af023d201e234d91127d82c350daad93432106284aa9459c7d +PKG_HASH:=d74ceca722c75bfff53c633425f926dd48eb04f4a089451b855155c016d15785 PKG_MAINTAINER:=Wojciech Dubowik PKG_LICENSE:=GPL-2.0