From fc72fdf27c3ccac1ef8ece7ea633bdab932cbead Mon Sep 17 00:00:00 2001 From: Wojciech Dubowik Date: Thu, 8 Jul 2021 10:14:14 +0200 Subject: [PATCH] linuxptp: Upgrade to version 3.1.1 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 e804cf527..2a30c8bb3 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp -PKG_VERSION:=3.1 +PKG_VERSION:=3.1.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) -PKG_HASH:=f58f5b11cf14dc7c4f7c9efdfb27190e43d02cf20c3525f6639edac10528ce7d +PKG_HASH:=94d6855f9b7f2d8e9b0ca6d384e3fae6226ce6fc012dbad02608bdef3be1c0d9 PKG_MAINTAINER:=Wojciech Dubowik PKG_LICENSE:=GPL-2.0