X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) by lists.alpinelinux.org (Postfix) with ESMTP id 9A4FF5C5443 for ; Sat, 29 Apr 2017 18:08:03 +0000 (GMT) Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 5F6DB1A14B1 for ; Sat, 29 Apr 2017 18:08:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1493489283; bh=Pl69Q/BJMPftOEEoaFQct6xs05GQ2JDskMXWerakUGU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=o67qFBe4djAtyrefM+phquluvwUMoPwoaEWUIl1WyyEYp6iFtbs9GWX9F1KdooR33 of3rNsesopWW/P1Bkj4QSPDQypLVZIy0KR+0pGQCgiOKiQB8EX8NLQFV4GQfDQ/zwo oRb0kZs2G3HNCt84DFiktTbVlSEpfhIAO3RlKQVM= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pickfire@riseup.net) with ESMTPSA id 7B93448E0C From: Ivan Tham To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 12/12] main/mutt: upgrade to 1.8.2 Date: Sun, 30 Apr 2017 02:07:36 +0800 Message-Id: <20170429180736.29688-12-pickfire@riseup.net> In-Reply-To: <20170429180736.29688-1-pickfire@riseup.net> References: <20170429180736.29688-1-pickfire@riseup.net> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/mutt/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/mutt/APKBUILD b/main/mutt/APKBUILD index 12030646e1..eb53154826 100644 --- a/main/mutt/APKBUILD +++ b/main/mutt/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Andrew Manison # Maintainer: Natanael Copa pkgname=mutt -pkgver=1.8.1 -pkgrel=1 +pkgver=1.8.2 +pkgrel=0 pkgdesc="a small but very powerful text-mode email client" url="http://www.mutt.org" arch="all" @@ -57,4 +57,4 @@ package() { "$pkgdir"/etc/Muttrc.gpg.dist } -sha512sums="5d695212560266aa16f2a547305bc6cd1a1ee7b10bfac9c45b5a8f7b5dfc16b8c288f5229bdf38167a77c44952bf353d93def5b928001ec4982e018f8c1a3e7a mutt-1.8.1.tar.gz" +sha512sums="a5db6154c6baf96e64e9b55b866052b1dae96166b9993fd9a55dc9801a525b50539d26b68d04983f70e9cc1927d95b5b9057f153ce579398e711a24bbd04869c mutt-1.8.2.tar.gz" -- 2.12.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---