X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id AE53CDC1085 for ; Tue, 10 Nov 2015 10:55:30 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 8BB79DC0F9D for ; Tue, 10 Nov 2015 10:55:30 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id E019A5A14AA; Tue, 10 Nov 2015 10:44:54 +0000 (GMT) Date: Tue, 10 Nov 2015 11:55:24 +0100 From: Natanael Copa To: ScrumpyJack Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/alpine: build fixed Message-ID: <20151110115524.72e28176@ncopa-desktop.alpinelinux.org> In-Reply-To: <20151109164408.C4C8EDD0960@mail.alpinelinux.org> References: <20151109164408.C4C8EDD0960@mail.alpinelinux.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; 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=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Do you have any idea what happened? Why did upstream silently change their sources, in case that is what happened? -nc On Mon, 9 Nov 2015 16:24:31 +0000 ScrumpyJack wrote: > Checksum updated > --- > main/alpine/APKBUILD | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/main/alpine/APKBUILD b/main/alpine/APKBUILD > index f0b725f..4680ef5 100644 > --- a/main/alpine/APKBUILD > +++ b/main/alpine/APKBUILD > @@ -51,9 +51,9 @@ package() { > make DESTDIR="$pkgdir" install || return 1 > } > > -md5sums="ca760edc1b8849fd348cf9f5bf7333f3 alpine-2.20.tar.xz > +md5sums="024e81703038d3e5a443a6bc2c5b51da alpine-2.20.tar.xz > f9d8a0f9d6722ba15c473a7925a64285 uclibc-musl.patch" > -sha256sums="da7a2928a4040d4af9ff617e87122aa8d1171f455608e0f2f74c24cfa3fe882d alpine-2.20.tar.xz > +sha256sums="989dbfec4bc2682fff14b4cbd2923ec1f1fd27c41a93e49f1ea7db8d795dc4e5 alpine-2.20.tar.xz > 96b3f504fbb91cfe5e3f7eb970ae618069eee54a0007e905d7aa4f6d514c9df8 uclibc-musl.patch" > -sha512sums="6aa0c75c79e51a45b61f72e1eb7724c145a4c385a9a083e622989455f5e9e493d8e2ddec637a652357cd1d1482109944eb6931de42d6aae526f76edcf8ceb48f alpine-2.20.tar.xz > +sha512sums="a6fc505577eb48d6dff7684c5fa5aca867ef83cbee401e0199f39cf808666d67d13ce819dff785cf3e0a0e97590b4e54366214fc60d67727ae9ba2a054fec108 alpine-2.20.tar.xz > 1b14352571dd12749bbb6ebc1fd468dbb5a8e4d7a27e87f5baeb00a60d5c1a016d925c6bc776da7e1dbf0ad8d799a65049b64774113274d7ffb07c7b1b196775 uclibc-musl.patch" > -- > 2.6.3 > > > > --- > Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org > Help: alpine-aports+help@lists.alpinelinux.org > --- > --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---