Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
opendht
Commits:
5a5f2b57 by Antonio Rojas at 2024-03-31T00:59:38+01:00
upgpkg: 1:3.1.9-1: Update to 3.1.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = opendht
pkgdesc = C++17 Distributed Hash Table (DHT) implementation
- pkgver = 3.0.1
+ pkgver = 3.1.9
pkgrel = 1
epoch = 1
url = https://github.com/savoirfairelinux/opendht
@@ -26,7 +26,7 @@ pkgbase = opendht
depends = openssl
optdepends = python: to use the Python bindings
optdepends = msgpack-cxx: linking against opendht
- source =
git+https://github.com/savoirfairelinux/opendht#commit=13194b66d35d36d5d04b82870ccc0d604edebddc
- sha256sums = SKIP
+ source =
git+https://github.com/savoirfairelinux/opendht#commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
+ sha256sums =
a62ef74869dde75c52ae3b26d187499be58d293b41aed3730d277793ecb4a420
pkgname = opendht
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=opendht
epoch=1
-pkgver=3.0.1
+pkgver=3.1.9
pkgrel=1
pkgdesc="C++17 Distributed Hash Table (DHT) implementation"
arch=(x86_64)
@@ -14,9 +14,9 @@ makedepends=(git cmake msgpack-cxx asio restinio cython0
python-setuptools)
checkdepends=(cppunit)
optdepends=('python: to use the Python bindings'
'msgpack-cxx: linking against opendht')
-_commit=13194b66d35d36d5d04b82870ccc0d604edebddc
+_commit=4eaa53a4a6c5bee338c0363a765a68505bd75085
source=(git+${url}#commit=${_commit})
-sha256sums=('SKIP')
+sha256sums=('a62ef74869dde75c52ae3b26d187499be58d293b41aed3730d277793ecb4a420')
pkgver() {
cd ${pkgname}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/5a5f2b579c42dbdd22e24a036ec04158a9d48289
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opendht/-/commit/5a5f2b579c42dbdd22e24a036ec04158a9d48289
You're receiving this email because of your account on gitlab.archlinux.org.