X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 8FA64DC03C5 for ; Sun, 1 Feb 2015 22:50:08 +0000 (UTC) Received: from [81.4.121.188] (port=50128 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1YI3LB-003cP7-GN; Sun, 01 Feb 2015 22:50:05 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/fwknop: update to 2.6.5 Date: Sun, 1 Feb 2015 22:50:01 +0000 Message-Id: <1422831001-93164-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.2.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/fwknop/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/fwknop/APKBUILD b/testing/fwknop/APKBUILD index 20d9d14..b7aa8cb 100644 --- a/testing/fwknop/APKBUILD +++ b/testing/fwknop/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa pkgname=fwknop -pkgver=2.6.4 +pkgver=2.6.5 pkgrel=0 pkgdesc="A Single Packet Authorization (SPA) implementation" url="http://www.cipherdyne.org/fwknop/" @@ -59,9 +59,9 @@ server() { && mv "$pkgdir"/etc "$subpkgdir"/ } -md5sums="e122e22cf77dc4aa79b26bc343b4a04a fwknop-2.6.4.tar.gz +md5sums="91388d20885361a49fc58b51d1f80e15 fwknop-2.6.5.tar.gz 6921ba05a6b672c0994d005c4c4771ef fwknopd.initd" -sha256sums="17d4345d3e61adaa10c443fde75200dc8279ba7180a7f5276fadd5dba3e82f11 fwknop-2.6.4.tar.gz +sha256sums="ad431ad8aae28d22666eb7a12646328f564eae8e6cb70fd1d2d6506e44d82ab0 fwknop-2.6.5.tar.gz 07083bba79ada87a46fb4559b7b1ec79109e941ab299bf44de9ae318b9dac040 fwknopd.initd" -sha512sums="8ebf47370a70bef9c4655d2ef87d86b5c3cf533cafbd14570a1cd3908ec58833c622893689314dce0d8491cedc945421311a223504dbb0e9f9c59e0f7d78ec82 fwknop-2.6.4.tar.gz +sha512sums="ae4ef04dca3ad502bd1eb644113482838f22ae8c132ffe3613a86d0fbc0b95f096a0974700a1b7219bb4433f51b1c1cd9bfcec56c04de4c74f92377e950f759d fwknop-2.6.5.tar.gz d782eca76f036cf1eccfe4296e0e169c13ca15f191eddffc65bd696a551e8e1dec0b3c146ce0dfb19ed812fe36409620cb5d259ceb5a000adb64ceaa0f7825f8 fwknopd.initd" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---