Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 1CE2C781AC4; Sat, 7 Aug 2021 16:42:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alpinelinux.org; s=smtp; t=1628354552; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references; bh=Kjppmdhew1G6YgEX1jHzZaKOTuktXlFE9DlCXyHvwAM=; b=BpvBr7sB37wixehCgC3uOeV4l0XkwYLXUGNz0LUuHNw075jp975O3iY0Ct/ylB11UCINFx flgwBu9wtG0l9AQJJvoDPHkL5r57sA8Mf31yJ+CMI14bcnfIWmGWi8g9P4iovc+lzaaH3g /iFcirxywEAjmfQh5i35fIGK8B5hdPo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Neil O'Fix From: Bart Ribbers Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20210807115116.4480-1-nlfx@paranoid.email> Subject: Re: [PATCH] community/siglo: upgrade to 0.8.12 Date: Sat, 07 Aug 2021 16:42:31 -0000 Message-ID: <162835455182.6885.16387949626104349727.gitlab.24012.c9f3cc46e86cec4aae5b6031f246465a19137239@listserv.local> On Sat, 07 Aug 2021 13:51:16 +0200, Neil O'Fix wrote: > } > -sha512sums="238a8713e471abb8f1a954ae3d6ba68a77cf7603502fefe4f5d26fb8add3a13cc4a14f30f50cac2ce010906e4587c0ae147469ed50f7ba683b146161cd97528e siglo-v0.6.0.tar.gz" > +sha512sums="07cb73f09281c857ed67f209c49f291cc25745f1dc8973961740b13a876c60514428bbcbb07df2e52cd76c74e4166fe75ac7b41aa818ac32a9cc62b603f4cfc6 siglo-v$pkgver.tar.gz" Lol, you are not supposed to modify the `$sha512sums` variable. It should only be generated with `abuild checksum`. And it definitely shouldn't contain variables. -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/24012#note_172506