X-Original-To: alpine-aports@lists.alpinelinux.org Received: from bongo.birch.relay.mailchannels.net (bongo.birch.relay.mailchannels.net [23.83.209.21]) by lists.alpinelinux.org (Postfix) with ESMTP id 2CFB05C4824 for ; Mon, 22 Aug 2016 05:16:33 +0000 (GMT) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 32D5120458 for ; Mon, 22 Aug 2016 05:16:32 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-107-69-155.us-west-2.compute.internal [10.107.69.155]) by relay.mailchannels.net (Postfix) with ESMTPA id 78BD820851 for ; Mon, 22 Aug 2016 05:16:31 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (ocean.mxroute.com [10.91.5.35]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.6); Mon, 22 Aug 2016 05:16:31 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|developer@it-offshore.co.uk X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1471842991707:2154986151 X-MC-Ingress-Time: 1471842991706 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:To:From:Sender:Reply-To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WeSoVh5yJmC8lgm2L72XVobXEBrC/j5xWwnUMmorv40=; b=277h+Cg36OwwxWFIO25SLaWxH IW+ug8uSG/OfjAJZJxpsRUOPpVtDg27rgkxsC2ldxyzDqz3eZtEZBgQic3BSaLhcJWfFZBH5PRCkN f+hpxyGJoUdZfOGIKTX5MtGhfys7iZyuKFEFcCtasTdZfj/E3fNUp0h9KomzSyyV/RFlRkkf6MWGX pwKraMHanb+6ivCQdCWtMKv3LFDwi/UwubbUQGtVkwskT7wKciwF6zQdlxBljusN5eTKZDSOAAOm1 hiKzm7Ah+QS1MEuQbuh8lL9CFAa69/Rgtd69j1spn2vw946/gqrp64Rrfhu1Y552PgmeCg0t66rOA JedqDCUEA==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 7/7] community/firetools: finish move to community Date: Mon, 22 Aug 2016 05:16:04 +0000 Message-Id: <20160822051604.48580-8-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160822051604.48580-1-developer@it-offshore.co.uk> References: <20160822051604.48580-1-developer@it-offshore.co.uk> X-AuthUser: developer@it-offshore.co.uk X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/firetools/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/firetools/APKBUILD b/community/firetools/APKBUILD index f3e0c71..50bf13a 100644 --- a/community/firetools/APKBUILD +++ b/community/firetools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall pkgname=firetools pkgver=0.9.40.1 -pkgrel=0 +pkgrel=1 pkgdesc="Firejail sandbox launcher integrated with the system tray" url="https://l3net.wordpress.com/projects/firejail/#firetools" arch="all !armhf" -- 2.9.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---