X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 9EEE1F83248 for ; Mon, 25 Mar 2019 11:20:23 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 6C7209E278C; Mon, 25 Mar 2019 11:20:23 +0000 (UTC) Received: from ncopa-macbook.copa.dup.pw (unknown [194.72.166.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id D9E5A9E0133; Mon, 25 Mar 2019 11:20:22 +0000 (UTC) Date: Mon, 25 Mar 2019 11:20:19 +0000 From: Natanael Copa To: Rok Fajfar Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] community/go: upgrade to 1.12.1 Message-ID: <20190325112019.572df88e@ncopa-macbook.copa.dup.pw> In-Reply-To: <20190324174811.26870-1-snewix7@gmail.com> References: <20190324174811.26870-1-snewix7@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 24 Mar 2019 18:48:11 +0100 Rok Fajfar wrote: > --- > community/go/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/community/go/APKBUILD b/community/go/APKBUILD > index ea39f58e8c..75d5b667ee 100644 > --- a/community/go/APKBUILD > +++ b/community/go/APKBUILD > @@ -1,7 +1,7 @@ > # Contributor: S=C3=B6ren Tempel > # Maintainer: Natanael Copa > pkgname=3Dgo > -pkgver=3D1.11.5 > +pkgver=3D1.12.1 > pkgrel=3D0 > pkgdesc=3D"Go programming language compiler" > url=3D"http://www.golang.org/" > @@ -127,6 +127,6 @@ package() { > -exec rm -rf \{\} \+ > } This is a duplicate of: https://github.com/alpinelinux/aports/pull/6519 https://github.com/alpinelinux/aports/pull/6724 Have you tested it on any 32 bit platform? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---