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 5C388DC01BB for ; Wed, 18 Mar 2015 20:14:32 +0000 (UTC) Received: from [2.123.82.180] (port=56840 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YYJz9-003sMM-Qt; Wed, 18 Mar 2015 19:50:35 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/wrk: update to 4.0.0 Date: Wed, 18 Mar 2015 19:50:25 +0000 Message-Id: <1426708225-1446-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: https://github.com/wg/wrk/blob/master/CHANGES --- testing/wrk/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/wrk/APKBUILD b/testing/wrk/APKBUILD index 8d1cd50..685cc95 100644 --- a/testing/wrk/APKBUILD +++ b/testing/wrk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=wrk -pkgver=3.1.2 +pkgver=4.0.0 pkgrel=0 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" @@ -38,6 +38,6 @@ package() { install -m755 -D scripts/* "$pkgdir"/usr/share/doc/$pkgname/scripts/ } -md5sums="4479fcf38ecd6a792be3aaf2cad0a394 wrk-3.1.2.tar.gz" -sha256sums="da88a25f0eeb9e1fd6a9dcf4a96859e9e758f9446f0787cf7c95e4ccde14eefc wrk-3.1.2.tar.gz" -sha512sums="399f33c2c008c21ac8fae1b561fe16ebcca324b5171340ffa706e84c256bf13a9983b5c18d258be6f87cb9fe8e38a434f9bfa7059395a01cb783f77faf952b15 wrk-3.1.2.tar.gz" +md5sums="d0bd10a6195a16be804783565861e02b wrk-4.0.0.tar.gz" +sha256sums="8fa8fb05f4663d03c1ca7804367eb602882f9630441bd56e8e9aaf3a2bd26067 wrk-4.0.0.tar.gz" +sha512sums="c9d318fec64c514f1232fcfd7b624dff9ac91e34a7e379b3d97c7b4e948ba1d8b9d115d7789d778db388d7af1ba4a7b839c9f2f3c930b305086b00c6eeca871d wrk-4.0.0.tar.gz" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---