X-Original-To: alpine-aports@lists.alpinelinux.org Received: from serval.cherry.relay.mailchannels.net (serval.cherry.relay.mailchannels.net [23.83.223.163]) by lists.alpinelinux.org (Postfix) with ESMTP id BF0FC5C41CE for ; Sun, 24 Jul 2016 17:15:40 +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 D91BE1BD548 for ; Sun, 24 Jul 2016 17:15:34 +0000 (UTC) Received: from ocean.mxroute.com (ip-10-220-3-24.us-west-2.compute.internal [10.220.3.24]) by relay.mailchannels.net (Postfix) with ESMTPA id 04AE71BD31F for ; Sun, 24 Jul 2016 17:15:33 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|developer@it-offshore.co.uk Received: from ocean.mxroute.com (ocean.mxroute.com [10.92.147.53]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.3); Sun, 24 Jul 2016 17:15:34 +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: 1469380534245:1526108636 X-MC-Ingress-Time: 1469380534244 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=it-offshore.co.uk; s=default; h=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:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=lHuOBoQMhi+AbonxYStZo9hFEDcavKmMuB8vRdOh9Hk=; b=w67xyWdInk956sigZ4I0EYQCWD D3FGdoJ267AwTehvZ0fEAKO6hjiGbWgFmJg9kjesqR+3rJCQc9dsZmSKjaOvbq8XQvdVfBsdxAzJJ sOFCCFiPWv4hbxV+qCpOfGwWaHZT01Qgs8iEL94+SF4jhXw+A9ZqktUC1sVsQo+VXxC7A3PfJyVxE HgQfqrayLEaSjtYFwPpVsYSgyBlBTa/HWIjxVnLRjDAYt3pWh1aRZalfS7unaEMwtdGkI/DISK5tm 1Cp6zl7vxWlUFzz4yr/Te374Mp3rAsvNP9NZ3wtN0+oqWqi+F32iVTdlPeR5yXEHgHXZWrYhd4pm0 xQDQbMNA==; From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/firejail: update to 0.9.42-rc1 Date: Sun, 24 Jul 2016 17:15:27 +0000 Message-Id: <20160724171527.2852-1-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.9.1 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: --- testing/firejail/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/firejail/APKBUILD b/testing/firejail/APKBUILD index 886a02b..e589549 100644 --- a/testing/firejail/APKBUILD +++ b/testing/firejail/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=firejail -pkgver=0.9.40_rc1 +pkgver=0.9.42_rc1 _pkgver=${pkgver//_/-} pkgrel=0 pkgdesc="Linux namespaces and seccomp-bpf sandbox" @@ -44,6 +44,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="2350813ed6bdb9c237edc8a84b84992a firejail-0.9.40_rc1.tar.gz" -sha256sums="c78146cd615c494074dd25d6ddd6befe543ab48b234fa97485e435e1d0abc89e firejail-0.9.40_rc1.tar.gz" -sha512sums="bd31e9ee81e2060a9e9c80c3fcdfb01470b5e3f3ce99616089866ee43dc4d858cd24b7067cfe356b48d3d160c876c8fb7d32660e2d315756244c1f1047e27c1f firejail-0.9.40_rc1.tar.gz" +md5sums="34f0c17c302103fce07b75346554a5b8 firejail-0.9.42_rc1.tar.gz" +sha256sums="66ab1657fba1a593be7b6c8a6df509dc18b48eae67dfa656e65c37607238b742 firejail-0.9.42_rc1.tar.gz" +sha512sums="e418a67d95c0eb62e291331c4e142c622deba05c78ea7255d643cbf7af89703adc99f35b98af688a686cd35b78d6a79e1bf5067d59871c63c87191d574e88d74 firejail-0.9.42_rc1.tar.gz" -- 2.9.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---