X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 03C53DC0934 for ; Tue, 8 Dec 2015 18:15:05 +0000 (UTC) Received: from apollo.thewebhostserver.com (unknown [46.28.50.181]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 9632FDC00BD for ; Tue, 8 Dec 2015 18:15:03 +0000 (UTC) Received: from [45.43.221.5] (port=55444 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.86) (envelope-from ) id 1a6Mmx-0018IX-FM for alpine-aports@lists.alpinelinux.org; Tue, 08 Dec 2015 18:15:00 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] testing/whois: update to 5.2.11 Date: Tue, 8 Dec 2015 18:14:57 +0000 Message-Id: <1449598497-1559-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.6.3 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-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/whois/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/whois/APKBUILD b/testing/whois/APKBUILD index 83b2b87..f590a78 100644 --- a/testing/whois/APKBUILD +++ b/testing/whois/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=whois -pkgver=5.2.10 -pkgrel=1 +pkgver=5.2.11 +pkgrel=0 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="http://www.linux.it/~md/software/" arch="all" @@ -25,6 +25,6 @@ package() { install -D -m644 whois.conf "$pkgdir/etc/whois.conf" } -md5sums="19579468bdb311eed5c6b8c3216cce1b whois-5.2.10.tar.gz" -sha256sums="8169bead001fb68d14f09a49c117d3408d48a3378f3a67eb0e56848a637ad54e whois-5.2.10.tar.gz" -sha512sums="c3280d62329035c12cc69dd45986d32fd9c858efa9b2d8674cb8208429c1eb35dfcb50aaab442215e5c3321cbb1fc4ecabff7058c38da2db8fb5f0aac61429c2 whois-5.2.10.tar.gz" +md5sums="ccdffa60f5d289b1b64d45ef423102ed whois-5.2.11.tar.gz" +sha256sums="baaa9622ce92533af89005776acc6e007be9c9e8d088e34567ce4f955ab65ddf whois-5.2.11.tar.gz" +sha512sums="290cfa93f8b0d95563c6e1e27c96e8dc239ecd497ceec682d0911512794d810de9cb8fae11477a53c35e25eef4f2797eb4dac338940bb8d767bed89a3f474336 whois-5.2.11.tar.gz" -- 2.6.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---