X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 185C0DC1638 for ; Wed, 11 Nov 2015 17:26:49 +0000 (UTC) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id D37DDDC10C9 for ; Wed, 11 Nov 2015 17:26:48 +0000 (UTC) Received: by pasz6 with SMTP id z6so37603834pas.2 for ; Wed, 11 Nov 2015 09:26:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=G/THcEbHzrgpUcctbjxTIr+QDVP3qA6J9r2kTscTjt4=; b=yBELUJgytpzm/IL00IjjCgW8jiVSmV2yTIf0rGdJHhepxHLiujzZhzAsTSqCPeQeM2 gZePD43KYqYAcVcoGJBbOfP9xJM5pIXowxjJ0cfsct0nGtLSyxo30YY3qV5GhpuMwMnj L9N0HD7g6j+/Wfdf/bd/ik1rhZ+dIbEQuGQVJw5SvBOIAi5FclrcaExAMAmW3OO+Z3R/ PPWJzdriPvNs5g5UfYyhdyTxh/7IOSiYQ1AvqFA+YAVUJMExVbYbIphkPxCQVjvAFrXj Bsn84n3X4OTbSKfG7FaChoR7JheanzyNoPQNmrCLRqZu1RWX8UuYSFDtSOdpWsx/79cz TCWA== X-Received: by 10.68.135.42 with SMTP id pp10mr16252579pbb.154.1447262807811; Wed, 11 Nov 2015 09:26:47 -0800 (PST) Received: from router-dev.coli (cce02cs4043-fa12-z.ams.hpecore.net. [15.203.233.84]) by smtp.gmail.com with ESMTPSA id d2sm3014646pat.24.2015.11.11.09.26.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 11 Nov 2015 09:26:46 -0800 (PST) From: Daniele Coli To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/dovecot: Increased pkgrel Date: Wed, 11 Nov 2015 18:26:40 +0100 Message-Id: <1447262800-4268-1-git-send-email-danielsan.dani@gmail.com> X-Mailer: git-send-email 2.6.3 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Increased pkgrel after having added description to init.d script in previous commit. --- main/dovecot/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/dovecot/APKBUILD b/main/dovecot/APKBUILD index 74de7af..c3dbf73 100644 --- a/main/dovecot/APKBUILD +++ b/main/dovecot/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa pkgname=dovecot pkgver=2.2.19 -pkgrel=0 +pkgrel=1 pkgdesc="IMAP and POP3 server" url="http://www.dovecot.org/" arch="all" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---