X-Original-To: alpine-aports@lists.alpinelinux.org Received: from sender153-mail.zoho.com (sender153-mail.zoho.com [74.201.84.153]) by lists.alpinelinux.org (Postfix) with ESMTP id 0732D5C450D for ; Mon, 20 Jun 2016 10:19:10 +0000 (GMT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:date:message-id:in-reply-to:references; b=Jl2mRAzCB3T82rPdRoaPHU6uJaFl0atXh3QOvTiEOHSGanOHN5ARODoCqMzrEB8MOFCfNrePZ83+ HdQIzwOtyJCnEeMB4g000hQr6Cbfzq6pasXjcPBC6kgZI31BhsY3 Received: from localhost (89-76-69-26.dynamic.chello.pl [89.76.69.26]) by mx.zohomail.com with SMTPS id 1466417949909388.50577541864936; Mon, 20 Jun 2016 03:19:09 -0700 (PDT) From: Przemyslaw Pawelczyk To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 3/3] main/apache2: Bump pkgrel. Date: Mon, 20 Jun 2016 12:18:41 +0200 Message-Id: <1466417921-3466-4-git-send-email-przemoc@zoho.com> X-Mailer: git-send-email 2.6.6 In-Reply-To: <1466417921-3466-1-git-send-email-przemoc@zoho.com> References: <1466417921-3466-1-git-send-email-przemoc@zoho.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/apache2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 75f1b4d92725..da01165defc9 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -3,7 +3,7 @@ pkgname=apache2 _pkgreal=httpd pkgver=2.4.20 -pkgrel=1 +pkgrel=2 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" -- 2.6.6 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---