~alpine/aports

Update OpenDHT v1 REJECTED

Gavin Henry: 1
 Update OpenDHT

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/4037/mbox | git am -3
Learn more about email & git

[PATCH] Update OpenDHT Export this patch

---
 testing/opendht/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/opendht/APKBUILD b/testing/opendht/APKBUILD
index 1d1a635fb0..f45d5d389f 100644
--- a/testing/opendht/APKBUILD
+++ b/testing/opendht/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Gavin Henry <ghenry@sentrypeer.org>
# Maintainer: Gavin Henry <ghenry@sentrypeer.org>
pkgname=opendht
pkgver=2.4.0
pkgrel=3
pkgver=2.4.1
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
8de2304ac847b6824d80e20a9478c49d117cfd2a70bb43cd51ba73123d23662e65ba9c622c47ad2a4e802e85bbcb238637b167a14cd8678b074d04651bb53ea8  opendht-2.4.1.tar.gz
"
-- 
2.35.2
note the commit message should be 'testing/opendht: upgrade to 2.4.1'  

(and as an aside, 2.4.1 was superceded by 2.4.2 https://github.com/savoirfairelinux/opendht/compare/2.4.1...2.4.2 due to a typo )

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33421#note_231125
Thanks as always @psykose 

He's not done a release yet, so missed the tag. I'll do a new one now.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/33421#note_231127