Received: from avasout-peh-002.plus.net (avasout-peh-002.plus.net [212.159.14.18]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 5529D781535 for ; Thu, 21 Apr 2022 10:34:30 +0000 (UTC) Received: from alpine.my.domain ([212.159.59.85]) by smtp with ESMTP id hU8pnUNkMaLeZhU8qnAICH; Thu, 21 Apr 2022 11:34:29 +0100 X-Clacks-Overhead: "GNU Terry Pratchett" X-CM-Score: 0.00 X-CNFS-Analysis: v=2.4 cv=D+hUl9dj c=1 sm=1 tr=0 ts=62613335 a=WCS0tyHtJqBilYZXUjgseQ==:117 a=WCS0tyHtJqBilYZXUjgseQ==:17 a=ZpkkFur0AAAA:8 a=NEAV23lmAAAA:8 a=yT5DLfvWYBBNURN6mTMA:9 a=5FtNF28YhzYDeMx1bpRV:22 From: Gavin Henry To: alpine-aports@lists.alpinelinux.org Cc: Gavin Henry Subject: [PATCH] testing/opendht: upgrade to 2.4.2 Date: Thu, 21 Apr 2022 10:34:25 +0000 Message-Id: <20220421103425.16303-1-ghenry@sentrypeer.org> X-Mailer: git-send-email 2.35.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4xfHmmounPf3NzzFlIlSu4BzBAwz1EAZcKZBpz6pFLxJIOfyCVPQJLNHSddB4W5CSIhuPh5Cr9bCYeG0GzNquB/xfUQbPMcvJCz33vaWWSdZbxbEP8eLQ+ PfTZhfIcyHklau9O1tfWNuehds4mTd5HDRt5bFpl9qAfE4AfuFT4EtvbDGEcyp2Q1AWummOe5h5c5MG53eRPBTDB98WXy7WhV6Q= --- testing/opendht/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD index 1d1a635fb0..df12593f95 100644 --- a/testing/opendht/APKBUILD +++ b/testing/opendht/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Gavin Henry # Maintainer: Gavin Henry pkgname=opendht -pkgver=2.4.0 -pkgrel=3 +pkgver=2.4.2 +pkgrel=0 pkgdesc="C++17 Distributed Hash Table implementation" url="https://github.com/savoirfairelinux/opendht" arch="all" @@ -64,5 +64,5 @@ _py3() { } sha512sums=" -e7db51f47c5b5254d97c39d67f9b7329c70680bfe5d9f189627332a5fccb3bdf12e420d507dfd5e0fd023109ed5f32d47ccb9c52d0d4bb69cf6178e7e665205a opendht-2.4.0.tar.gz +254fbaa33cb418f409d16e991154a66a88a6e842d1bf1fe3ba741acad04c3707d3b7becdb3bf575da4c1a91a3bfa93763dbc6dff9839201a52fac824bb6e32c9 opendht-2.4.2.tar.gz " -- 2.35.2