Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8D92A782BB9 for <~alpine/aports@lists.alpinelinux.org>; Wed, 8 Sep 2021 07:18:35 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1631085514; h=from:from: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; bh=mZrY1u2yTm9tX76RuwLXJIkdTQ6zomefMeH/ntf0qN0=; b=q1pbwEVA5LMeh7G5w2QUsqvbcUWcevDajG5YGWvnXoC5A9W2uo2iNlqiopI6XLfh9Vz0HN QBs/l8Y8mDhwBcWSc3DhG7zmGlia7GbK91LosIIaRb5B2f4sJPN/h3f/Pw9RP16tqUvl9Y uDXhvW//LvKDt+pxbqB8nTlQelEY0yQk8XsvUTrodFskeYNa0utWGviLsnMpFtFo5xnNYu aenfPjuo4dh1vjZQ7bpsjciTLPeHCNcRjvLVNjnVh+jenGQPPC9rlWUEJkg8+NoUxQt0wN 9tSDm7CwhNFj7MKp0T1Pbpbil1uZHA6PrT2HS24D4X9bv9fZbYgW4dLlbrcDAA== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] testing/maddy: upgrade to 0.5.0 Date: Wed, 8 Sep 2021 08:18:29 +0100 Message-Id: <20210908071829.18948-1-amk@amk.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- testing/maddy/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/testing/maddy/APKBUILD b/testing/maddy/APKBUILD index da63bb99ee..457ff595b6 100644 --- a/testing/maddy/APKBUILD +++ b/testing/maddy/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Michał Polański # Maintainer: Michał Polański pkgname=maddy -pkgver=0.4.4 -pkgrel=1 +pkgver=0.5.0 +pkgrel=0 pkgdesc="Composable all-in-one mail server" url="https://maddy.email/" license="GPL-3.0-or-later" @@ -67,7 +67,9 @@ vim() { cp -r "$builddir"/dist/vim "$subpkgdir"/usr/share/vim/vimfiles } -sha512sums="b649c1e22f6dcabfe1872eba0ef0bddb9027b0a5c1fb54b7f128cf1828cb39692d66832123729ac5bec4b36c86e29ca0c56ad549d2cd9236f980423b95c0cf2b maddy-0.4.4.tar.gz +sha512sums=" +919a12c415efe6cea48fd4870e7c6d6eea9aa1c4d30390be3ff5ee3010bcc518fa871ab68e51746196e17979cb0b3773c91174974ce44c3f4f62bec2a9415ad3 maddy-0.5.0.tar.gz 1c5c1d98e9a734bb3da60691f6d94005ea63cfb2de882c152211b1e8f4860556dabcdca4f160c8e612e7ec488d2c37e314c376e5bc9d5283cf47161958f4525b maddy.initd 0d7cc93c87b6b8ada3ee929513ae98f9393497371caaad85381f78f4a9ee7ec6523192fbea82ada013a7999521c0b88d6ca6a53a374b7b54f4a8e3d23cdda421 maddy.confd -aab47869dd3b1e51fa0468fba8dcd24e2930127017b147165db280e28fb183f42b0401e8fcfa6dfb717c82fcecb4584934ddf3d73ad9f46034e0bd939bb96075 use-syslog.patch" +aab47869dd3b1e51fa0468fba8dcd24e2930127017b147165db280e28fb183f42b0401e8fcfa6dfb717c82fcecb4584934ddf3d73ad9f46034e0bd939bb96075 use-syslog.patch +" -- 2.33.0