Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 96D01781A73 for <~alpine/devel@lists.alpinelinux.org>; Sat, 6 Jun 2020 17:29:52 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 933E01FC93 for <~alpine/devel@lists.alpinelinux.org>; Sat, 6 Jun 2020 19:29:51 +0200 (CEST) Date: Sat, 6 Jun 2020 19:29:51 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: ~alpine/devel@lists.alpinelinux.org Subject: Re: APKBUILD: Changing style of sha512sum line Message-ID: <20200606172951.GA30122@arya.arvanta.net> References: <20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200606162435.b7woeh4d7jw6vcgy@wolfsden.cz> On Sat, 2020-06-06 at 18:24, Wolf wrote: > currently checksum in APKBUILD looks likes > > > sha512sums="3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480 deluge-2.0.3.tar.xz > 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c 10-python38-logging.patch" > > > I would like to propose turning it into > > > sha512sums=" > 3abec24495b22ec10649865c7ce7c3271224c7d25c0647b43f3c177b7ccb45d4c5c593f8c89d8bc8eac85ae5dc737f9960827587912dd527bb96100304a7d480 deluge-2.0.3.tar.xz > 8ab11f87ddf62a7cba2d2783eec2c439fdc416e5d165ac6b510a9818c28573df32ef408bb16ca61d93b27bb5090782f5b4005a4ad50cfa9fa6dfb869aa2be57c 10-python38-logging.patch > " > > > in order to make a diffs a tiny bit more readable. The filenames would > be aligned and it would overall look more readable (IMO). I'm not > proposing changing this in bulk everywhere, just tweaking abuild > checksum and letting it happen over time. I'm willing to make a patch if > there is an agreement on this. I agree. --