Date: Saturday, May 6, 2023 @ 10:16:50 Author: arojas Revision: 1458971
upgpkg: opendht 1:2.5.5-1: Update to 2.5.5 Modified: opendht/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-06 10:11:12 UTC (rev 1458970) +++ PKGBUILD 2023-05-06 10:16:50 UTC (rev 1458971) @@ -3,8 +3,8 @@ pkgname=opendht epoch=1 -pkgver=2.5.2 -pkgrel=2 +pkgver=2.5.5 +pkgrel=1 pkgdesc="C++17 Distributed Hash Table (DHT) implementation" arch=(x86_64) url="https://github.com/savoirfairelinux/opendht" @@ -14,7 +14,7 @@ checkdepends=(cppunit) optdepends=('python: to use the Python bindings' 'msgpack-cxx: linking against opendht') -_commit=adf57ce2f02e1fd241c07e641e761f360e7fb108 +_commit=d2f29b72c33b9a949c9ae8f96bb80048987f1c07 source=(git+${url}#commit=${_commit}) sha256sums=('SKIP')
