Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
opendht
Commits:
93f7ee19 by Antonio Rojas at 2026-02-14T22:11:32+01:00
upgpkg: 1:3.6.2.3-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = opendht
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
- pkgver = 3.5.4
- pkgrel = 5
+ pkgver = 3.6.2.3
+ pkgrel = 1
epoch = 1
url = https://github.com/savoirfairelinux/opendht
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = opendht
depends = llhttp
optdepends = python: to use the Python bindings
optdepends = msgpack-cxx: linking against opendht
- source = git+https://github.com/savoirfairelinux/opendht#tag=v3.5.4
- sha256sums =
b4c7b18d81cddd9c70a40d80c7ebd898da3454bc3e1643d7dd6051eda7829650
+ source = git+https://github.com/savoirfairelinux/opendht#tag=v3.6.2.3
+ sha256sums =
10d48e46a9c7d61953ffd468157df4d52f3a2ce4e7633e7e1fb686217c66af03
pkgname = opendht
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=opendht
epoch=1
-pkgver=3.5.4
-pkgrel=5
+pkgver=3.6.2.3
+pkgrel=1
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
url="https://github.com/savoirfairelinux/opendht"
@@ -15,7 +15,7 @@ checkdepends=(cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
source=(git+${url}#tag=v$pkgver)
-sha256sums=('b4c7b18d81cddd9c70a40d80c7ebd898da3454bc3e1643d7dd6051eda7829650')
+sha256sums=('10d48e46a9c7d61953ffd468157df4d52f3a2ce4e7633e7e1fb686217c66af03')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/93f7ee19c1382bffce7dadabe12243f592946365
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/93f7ee19c1382bffce7dadabe12243f592946365
You're receiving this email because of your account on gitlab.archlinux.org.