diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-10 12:25:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 12:25:05 -0700 |
commit | 11c4323665df0e4d03ce2d843f0a52401f0e0a8e (patch) | |
tree | 959fa891890e69fba58cc6f71e4ea0f0e8e8627b /net | |
parent | 50db30f8c67f341e55b48754eaec336a7d5d91bb (diff) | |
parent | ea6d3a34680de68b5ea61faea424d0730c5107c1 (diff) |
Merge pull request #13060 from wodu/linuxptp_maint
linuxptp: Update to version 3.0
Diffstat (limited to 'net')
-rw-r--r-- | net/linuxptp/Makefile | 4 |
1 files 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 <Wojciech.Dubowik@neratec.com> PKG_LICENSE:=GPL-2.0 |