dpp: update to 10.0.34.

This commit is contained in:
Bo-Ru Ju 2024-10-31 09:54:30 +08:00 committed by classabbyamp
parent 2ccbc3ff30
commit 9a3b0359fd
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/include/dpp/sslclient.h b/include/dpp/sslclient.h
index 00371ef287..cd1828fcb1 100644
--- a/include/dpp/sslclient.h
+++ b/include/dpp/sslclient.h
@@ -24,6 +24,7 @@
#include <dpp/misc-enum.h>
#include <string>
#include <functional>
+#include <ctime>
#include <dpp/socket.h>
#include <cstdint>

View File

@ -1,6 +1,6 @@
# Template file for 'dpp'
pkgname=dpp
version=10.0.32
version=10.0.34
revision=1
build_style=cmake
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
@ -12,7 +12,7 @@ maintainer="Lunar Starstrum <lunar@forsaken-borders.net>"
license=Apache-2.0
homepage="https://dpp.dev"
distfiles="https://github.com/brainboxdotcc/DPP/archive/refs/tags/v${version}.tar.gz"
checksum=b366c0eb05539208e8d6c81f59de87b2aa6158250968d1bd6360676d576851e7
checksum=58eee75e81ac305db0b71a8cd4b821ff3cabcdfa0575e56ba5e4ce543531bd2f
dpp-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"