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 25C0ADC00E5 for ; Sat, 31 Jan 2015 20:02:37 +0000 (UTC) Received: from [81.4.121.188] (port=59281 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.84) (envelope-from ) id 1YHeFV-000GgB-Bl; Sat, 31 Jan 2015 20:02:33 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] testing/wrk: update to 3.1.2 Date: Sat, 31 Jan 2015 20:02:26 +0000 Message-Id: <1422734546-1625-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/wrk/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/wrk/APKBUILD b/testing/wrk/APKBUILD index 99fac6b..8d1cd50 100644 --- a/testing/wrk/APKBUILD +++ b/testing/wrk/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall # Maintainer: Stuart Cardall pkgname=wrk -pkgver=3.1.1 +pkgver=3.1.2 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="bf25e174845bad36fefd66f9be71889e wrk-3.1.1.tar.gz" -sha256sums="3a44bd7c9da2edb80d41105c99c113250330b54bb9c3f80008eb6b088e5842ba wrk-3.1.1.tar.gz" -sha512sums="ed7bfa0549ce10046e5f054b75befc458f50dd8fa59d5c23194ce63ce18a3c0dd2e966a1397bbd2c1dea7b9ad2f4a8a6b3a5a9676c5202d53fa9406da75b7e19 wrk-3.1.1.tar.gz" +md5sums="4479fcf38ecd6a792be3aaf2cad0a394 wrk-3.1.2.tar.gz" +sha256sums="da88a25f0eeb9e1fd6a9dcf4a96859e9e758f9446f0787cf7c95e4ccde14eefc wrk-3.1.2.tar.gz" +sha512sums="399f33c2c008c21ac8fae1b561fe16ebcca324b5171340ffa706e84c256bf13a9983b5c18d258be6f87cb9fe8e38a434f9bfa7059395a01cb783f77faf952b15 wrk-3.1.2.tar.gz" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---