diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-04-03 18:08:37 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-04-03 18:08:37 +0300 |
commit | 2db8bec8fedb415858cbdbc8b9b0e9a1ad393ccc (patch) | |
tree | 85c82ab6c6399a1b5c7a3e35463e315c50da79be /net/linuxptp/Makefile | |
parent | d6ac302d0861a7f9bdb1514be752f544340a97b0 (diff) |
linuxptp: fix version and hash
Correct the versioning and use PKG_HASH
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
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 cdd91866a..df916d1c8 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp PKG_VERSION:=1.9 -PKG_RELEASE:=4 +PKG_RELEASE:=1 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_MD5SUM:=335d60c00cd5b2d5aaaa8b2d5cd921bf +PKG_HASH:=5fb1e4889ccb06f887fc2972fc8b89d17a4cb6355406854f916ebc8d7f51580e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |