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 7E04DDC5D4B for ; Fri, 2 Oct 2015 05:51:15 +0000 (UTC) Received: from newmailhub.uq.edu.au (mailhub1.soe.uq.edu.au [130.102.132.208]) by mail.alpinelinux.org (Postfix) with ESMTP id E6D3BDC01C3 for ; Fri, 2 Oct 2015 05:51:14 +0000 (UTC) Received: from smtp2.soe.uq.edu.au (smtp2.soe.uq.edu.au [10.138.113.41]) by newmailhub.uq.edu.au (8.14.5/8.14.5) with ESMTP id t925pBsJ048475; Fri, 2 Oct 2015 15:51:11 +1000 Received: from eresearch-tim.eait.uq.edu.au (uqtdettr-temp.eait.uq.edu.au [10.33.2.40]) (authenticated bits=0) by smtp2.soe.uq.edu.au (8.14.5/8.14.5) with ESMTP id t925p7w2060788 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 2 Oct 2015 15:51:11 +1000 From: Tim Dettrick To: alpine-aports@lists.alpinelinux.org Cc: Tim Dettrick Subject: [alpine-aports] [PATCH] testing/nghttp2: upgrade to 1.3.4 Date: Fri, 2 Oct 2015 15:51:00 +1000 Message-Id: <1443765060-18748-1-git-send-email-t.dettrick@uq.edu.au> X-Mailer: git-send-email 2.4.3 X-UQ-FilterTime: 1443765072 X-Scanned-By: MIMEDefang 2.73 on UQ Mailhub 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/nghttp2/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/nghttp2/APKBUILD b/testing/nghttp2/APKBUILD index a3c422e..474893f 100644 --- a/testing/nghttp2/APKBUILD +++ b/testing/nghttp2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa # Maintainer: pkgname=nghttp2 -pkgver=1.3.2 +pkgver=1.3.4 pkgrel=0 pkgdesc="Experimental HTTP/2 client, server and proxy" url="https://nghttp2.org/" @@ -48,6 +48,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="fe9c9cccbc314b0f9a4056bef4ba7362 nghttp2-1.3.2.tar.xz" -sha256sums="3188f46a7f1de852d65a3d34c0c60f69f870c49555944ef1b1fc7df6ce9f02a8 nghttp2-1.3.2.tar.xz" -sha512sums="a29f6e371de19e13be8c01d9ad75c871b381a182012758666f927964e32a84fea2f0119d9ed5b2a52ef899e38261e5518e95b9a13da08f0d42ed26c2e154ee9a nghttp2-1.3.2.tar.xz" +md5sums="061c212379e9114c02c996a99c1490cf nghttp2-1.3.4.tar.xz" +sha256sums="87803308317247f90cab37cdba2eb45cf03a7f083fac5ed4e40f0937a9c37867 nghttp2-1.3.4.tar.xz" +sha512sums="5130ea9e68f85d7c626f585b20c4cd9af22de2c3ecc70f811197f07f00b94d135b645e9437909a60923fa5c24ef0a2d3fd7b7b6334653cdb2a627f5b5a0c80db nghttp2-1.3.4.tar.xz" -- 2.4.3 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---