X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail-ww0-f44.google.com (mail-ww0-f44.google.com [74.125.82.44]) by lists.alpinelinux.org (Postfix) with ESMTP id 55BA41EBFF4 for ; Mon, 6 Dec 2010 07:56:38 +0000 (UTC) Received: by wwa36 with SMTP id 36so12404897wwa.25 for ; Sun, 05 Dec 2010 23:56:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=BrvRUsEM0CsfDAgoWYGw78n7LMaaGkoeiDi9VrvgT+4=; b=yCdnxRvdecZvy0y9Lm8yJ+JJj9nkxPYNFkLu3tOkb3cnwKfUuL3PirzU+h3AjP5T5D l44OVx4paFDQrV0cB/ewlo9l+cIn7W72j3uLnM+YjbcuWYdJq6gFl15pN0NUp9zQH+9U EBLDLA1B1Eqo0lsXw+GzBbr8eLtCvCJVwKPvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=CG7VJLb8GJuE/XWLnMQn8O/fsVuUqdFr7Pv91T6taT6CdMEtqbOPjSIWFpvNW+Lkwl QlTXBezZ8jVu1qzwFoiMlakmjyWz1CDZTaAVOuOdAu0YeC5xLaf5IOLfo9rSYNHC9Yci 9fEv/z5ogXbGEq2b/LhmwSASFT4+dNm1raD7o= Received: by 10.227.72.196 with SMTP id n4mr5158257wbj.153.1291622197380; Sun, 05 Dec 2010 23:56:37 -0800 (PST) Received: from localhost.localdomain ([196.35.155.75]) by mx.google.com with ESMTPS id 11sm3226246wbi.6.2010.12.05.23.56.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 05 Dec 2010 23:56:37 -0800 (PST) From: Duane Hughes To: alpine-devel@lists.alpinelinux.org Cc: Duane Hughes Subject: [alpine-devel] [PATCH] main/zabbix: pkgrel +1 Date: Mon, 6 Dec 2010 07:56:42 +0000 Message-Id: <1291622202-22308-1-git-send-email-duanejevon@gmail.com> X-Mailer: git-send-email 1.7.3.2 X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: forgot to bump pkgrel, sorry --- main/zabbix/APKBUILD | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main/zabbix/APKBUILD b/main/zabbix/APKBUILD index 2c28099..9438ef6 100644 --- a/main/zabbix/APKBUILD +++ b/main/zabbix/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=zabbix pkgver=1.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Enterprise-class open source distributed monitoring" url="www.zabbix.com" license="GPL" -- 1.7.3.2 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---