mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/perftest: bump to version 26.01.5
For changelog since version 24.07.0-0.44, see: https://github.com/linux-rdma/perftest/releases/tag/perftest-26.01.5 The tag name is now prefixed with "perftest-", so this commit updates _SITE accordingly. Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 3e62774a4b098ad91aa13353333ad221cf541d280dc9ba94db50270d4bb5b84a perftest-24.07.0-0.44.tar.gz
|
||||
sha256 662a426ac4aa8dddc8807a5010edc33e2168145598109c5eefc2acaa4d87df3f perftest-26.01.5.tar.gz
|
||||
sha256 763adb7d5094f2127b026adea8701f042d28d4b1f6fb8b6e828989227a9cf7f5 COPYING
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERFTEST_VERSION = 24.07.0-0.44
|
||||
PERFTEST_SITE = $(call github,linux-rdma,perftest,$(PERFTEST_VERSION))
|
||||
PERFTEST_VERSION = 26.01.5
|
||||
PERFTEST_SITE = $(call github,linux-rdma,perftest,perftest-$(PERFTEST_VERSION))
|
||||
PERFTEST_LICENSE = GPL-2.0 or BSD-2-Clause
|
||||
PERFTEST_LICENSE_FILES = COPYING
|
||||
PERFTEST_DEPENDENCIES = pciutils rdma-core
|
||||
|
||||
Reference in New Issue
Block a user