public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] go: Fix filename for x86_64
@ 2022-08-12  8:54 Michael Tremer
  2022-08-12 10:39 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2022-08-12  8:54 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/go b/lfs/go
index f9b436ce2..991427f3e 100644
--- a/lfs/go
+++ b/lfs/go
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 go$(VER).$(GOOS)-arm64.tar.gz_BLAKE2 = ef1708965bcd415fdad498e27729d0259f83e16a542f37dae1fb70f71127dfa0cb8570e4896474e6a94bb461e16ff8000e8072bc731c637fce5f384227359e14
-go$(VER).$(GOOS)-x86_64.tar.gz_BLAKE2 = d200046147e31fac1a754fc34ac4a5043414a1d6e90aa3387c933c395acede0b8d5b797affaa85c2188af4d15566b4fcd08108350fe73ed90b1c305600c655c9
+go$(VER).$(GOOS)-amd64.tar.gz_BLAKE2 = d200046147e31fac1a754fc34ac4a5043414a1d6e90aa3387c933c395acede0b8d5b797affaa85c2188af4d15566b4fcd08108350fe73ed90b1c305600c655c9
 
 install : $(TARGET)
 
-- 
2.30.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-12 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12  8:54 [PATCH] go: Fix filename for x86_64 Michael Tremer
2022-08-12 10:39 ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox