From 3b412029a4f6188e935b1fe30be66a321c118c45 Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 18 Nov 2025 11:07:26 +0100 Subject: net-p2p/hostd: update to 2.5.1 This update is mandatory to continue participating in the network, previous versions will cease to work in December 2025! Changelog: https://github.com/SiaFoundation/hostd/releases/tag/v2.5.1 PR: 291057 MFH: 2025Q4 --- net-p2p/hostd/files/patch-build_meta.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-p2p/hostd/files/patch-build_meta.go') diff --git a/net-p2p/hostd/files/patch-build_meta.go b/net-p2p/hostd/files/patch-build_meta.go index deaf52fd3db2..0cfe42b067b6 100644 --- a/net-p2p/hostd/files/patch-build_meta.go +++ b/net-p2p/hostd/files/patch-build_meta.go @@ -1,15 +1,15 @@ ---- build/meta.go.orig 2025-08-05 10:59:13 UTC +--- build/meta.go.orig 2025-11-17 10:08:39 UTC +++ build/meta.go @@ -1,7 +1,9 @@ +// Code generated by go generate; DO NOT EDIT. -+// This file was generated by go generate at 2025-08-05T13:00:15+02:00. ++// This file was generated by go generate at 2025-11-17T11:16:44+01:00. package build const ( - commit = "" - version = "" - buildTime = 0 -+ commit = "a9cbb11" -+ version = "v2.3.6" ++ commit = "4616f43" ++ version = "v2.5.1" + buildTime = %%BUILDTIME%% ) -- cgit v1.2.3