Browse Source
Merge pull request #13060 from wodu/linuxptp_maint
linuxptp: Update to version 3.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 |
|
|
|