Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 481577807A8 for <~alpine/aports@lists.alpinelinux.org>; Mon, 30 May 2022 09:47:47 +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=cmpwn.com; s=key1; t=1653903623; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=yJ1pPDtnZOjJaktJXivyF2DaoWcfH0p37/GtfWpl7CE=; b=Qf/9Xdoit3U0eiTM2OQJPRKRSsmZU7px8em0Un8ersQfOpn9vaAaUIHgA5UUqqqVkCQIN+ agWfOUTmx9+Wk0K4CHuk16Qlv6v+EM8jxPoHIptyFUNBWHeZGZdM0TeEmEcxdJsH6NkEBK YO4VvMY/e3Whm/Q+mwj+hocwGR5zMqhL1EJI0FKJXeokwTU60aOK5PFTMdUWdVcQpt5Cir R04Z5aGZJqn84hLIhKN0xUNcKcKJ4UXUZBUXeABN7/rTh0NROpJQMFJUEHgze/0CRBxgZP auhBGmp7fOFahiI7DC4p7blUi093QGYeGuh20vozc4jnjeoMCIcYcn1k8k6hCA== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/go-msgauth: upgrade to 0.6.6 Date: Mon, 30 May 2022 11:40:22 +0200 Message-Id: <20220530094022.25236-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- community/go-msgauth/APKBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/community/go-msgauth/APKBUILD b/community/go-msgauth/APKBUILD index 0a0171edbc..80d8f40da1 100644 --- a/community/go-msgauth/APKBUILD +++ b/community/go-msgauth/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=go-msgauth -pkgver=0.6.2 -pkgrel=6 +pkgver=0.6.6 +pkgrel=0 pkgdesc="Go utilities for DKIM, DMARC, and Authentication-Results" url="https://github.com/emersion/go-msgauth" arch="all" @@ -43,6 +43,8 @@ package() { "$pkgdir"/etc/conf.d/dkim-milter } -sha512sums="4376a0a6c2e636dad30febfa357f4a208492fa666478a7b58802f0774f665487bbe9348ff83ea3a436dbc943b12db91936091920d141d8c19e1d961413c80a84 go-msgauth-0.6.2.tar.gz +sha512sums=" +b6bbe954daa246dd393f38cc6cbc45e5b1c90b0eb913ced98166e0d5e92939d59b62780c2a3eb2cf94696af86b62d2a201a257e87c8c23072fdcedbe0810ac46 go-msgauth-0.6.6.tar.gz 5a213a85bab469b4ee6a144eac69ab452a791886d7faaa46da1f12a9f03248eea1bf1118f637cf282e6c49c9b432c57de2651fb3f33bc3e4ad9f40dde6490aa5 dkim-milter.confd -8483e40792067db6e9e43563cc02d1c28f4fe74d10d43722a4dbce2e4ec6a4daa391f6aa1b428e76ddddbd2a2fa07bd5080a94d8264d1fd5a30c1659726f9de2 dkim-milter.initd" +8483e40792067db6e9e43563cc02d1c28f4fe74d10d43722a4dbce2e4ec6a4daa391f6aa1b428e76ddddbd2a2fa07bd5080a94d8264d1fd5a30c1659726f9de2 dkim-milter.initd +" base-commit: 36a8d00236ca194d8cb2b98d502dc3d4b07768ec prerequisite-patch-id: 74dcc23db58b748fe6ce19eb7bad74ce24a1efc3 prerequisite-patch-id: a05594172495edb257634a8e1f9b1a67a55e6c8e prerequisite-patch-id: f773d4818b28e3063a9862db4cfa3f0264b0b3b1 -- 2.36.1