Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
opendht
Commits:
b21b9caa by Antonio Rojas at 2026-07-19T12:28:08+02:00
upgpkg: 1:4.2.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opendht
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
- pkgver = 4.1.1
+ pkgver = 4.2.0
pkgrel = 1
epoch = 1
url = https://github.com/savoirfairelinux/opendht
@@ -30,7 +30,7 @@ pkgbase = opendht
depends = simdutf
optdepends = python: to use the Python bindings
optdepends = msgpack-cxx: linking against opendht
- source = git+https://github.com/savoirfairelinux/opendht#tag=v4.1.1
- sha256sums =
ae3d0c79729a70126af385168cfeaba512743684693c008ed5acadf3a9a470cc
+ source = git+https://github.com/savoirfairelinux/opendht#tag=v4.2.0
+ sha256sums =
3a9195bb173f52b9d44962e947cee527790dfc750ab31fe9c0e410757d2ac35f
pkgname = opendht
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=opendht
epoch=1
-pkgver=4.1.1
+pkgver=4.2.0
pkgrel=1
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
@@ -34,7 +34,7 @@ checkdepends=(cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
source=(git+${url}#tag=v$pkgver)
-sha256sums=('ae3d0c79729a70126af385168cfeaba512743684693c008ed5acadf3a9a470cc')
+sha256sums=('3a9195bb173f52b9d44962e947cee527790dfc750ab31fe9c0e410757d2ac35f')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/b21b9caa2594a7f4a86efea977590dcde69a1ee0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/b21b9caa2594a7f4a86efea977590dcde69a1ee0
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help