diff options
author | Wojciech Dubowik <klute99@gmail.com> | 2017-01-24 16:37:17 +0100 |
---|---|---|
committer | Wojciech Dubowik <Wojciech.Dubowik@neratec.com> | 2018-04-03 09:13:01 +0200 |
commit | 92bc48de9b8669adb367357c95850508c2333f5d (patch) | |
tree | 4e2e6983f138a5618d5cebcbe1f34e3774fcfdd0 /net/linuxptp/Makefile | |
parent | 7c0dd7ae879ae627fcbcbb6b675e0b4478787cf5 (diff) |
linuxptp: Upgrade to v1.9
Plus one upstream fix.
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-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 1d84748fe..cdd91866a 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp -PKG_VERSION:=1.8 +PKG_VERSION:=1.9 PKG_RELEASE:=4 PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) -PKG_HASH:=fa8e00f6ec73cefa7bb313dce7f60dfe5eb9e2bde3353594e9ac18edc93e5165 +PKG_MD5SUM:=335d60c00cd5b2d5aaaa8b2d5cd921bf PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |