From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] go: Fix filename for x86_64 Date: Fri, 12 Aug 2022 10:39:25 +0000 Message-ID: In-Reply-To: <20220812085427.1561671-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8917598810440165132==" List-Id: --===============8917598810440165132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Michael Tremer > --- > lfs/go | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lfs/go b/lfs/go > index f9b436ce2..991427f3e 100644 > --- a/lfs/go > +++ b/lfs/go > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > go$(VER).$(GOOS)-arm64.tar.gz_BLAKE2 =3D ef1708965bcd415fdad498e27729d0259= f83e16a542f37dae1fb70f71127dfa0cb8570e4896474e6a94bb461e16ff8000e8072bc731c63= 7fce5f384227359e14 > -go$(VER).$(GOOS)-x86_64.tar.gz_BLAKE2 =3D d200046147e31fac1a754fc34ac4a504= 3414a1d6e90aa3387c933c395acede0b8d5b797affaa85c2188af4d15566b4fcd08108350fe73= ed90b1c305600c655c9 > +go$(VER).$(GOOS)-amd64.tar.gz_BLAKE2 =3D d200046147e31fac1a754fc34ac4a5043= 414a1d6e90aa3387c933c395acede0b8d5b797affaa85c2188af4d15566b4fcd08108350fe73e= d90b1c305600c655c9 > =20 > install : $(TARGET) > =20 --===============8917598810440165132==--