From 79791023ee4e257b0cedccae4fab940530759243 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 7 Dec 2021 22:46:58 +0100 Subject: [PATCH] package/lsof: bump to version 4.94.0 Update indentation in hash file (two spaces) https://github.com/lsof-org/lsof/releases/tag/4.94.0 Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/lsof/lsof.hash | 4 ++-- package/lsof/lsof.mk | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package/lsof/lsof.hash b/package/lsof/lsof.hash index c7432ffbe8..9e72023d30 100644 --- a/package/lsof/lsof.hash +++ b/package/lsof/lsof.hash @@ -1,3 +1,3 @@ # Locally calculated -sha256 3df912bd966fc24dc73ddea3e36a61d79270b21b085936a4caabca56e5b486a2 lsof-4.93.2.tar.gz -sha256 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1 dialects/linux/dproto.h +sha256 c41709c2543ecf9de1e950795790a9786a2f225e51c3cc53d6a9a256f872472b lsof_4.94.0.linux.tar.bz2 +sha256 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1 dialects/linux/dproto.h diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index 6aa829c2c0..ff09d64345 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -4,8 +4,9 @@ # ################################################################################ -LSOF_VERSION = 4.93.2 -LSOF_SITE = $(call github,lsof-org,lsof,$(LSOF_VERSION)) +LSOF_VERSION = 4.94.0 +LSOF_SOURCE = lsof_$(LSOF_VERSION).linux.tar.bz2 +LSOF_SITE = https://github.com/lsof-org/lsof/releases/download/$(LSOF_VERSION) LSOF_LICENSE = lsof license # License is repeated in each file, this is a relatively small one. # It is also defined in 00README, but that contains a lot of other cruft.