dpp: update to 10.0.32.

This commit is contained in:
Bo-Ru Ju 2024-10-13 17:39:30 +08:00 committed by classabbyamp
parent 8ac062a171
commit a5673d8a80
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'dpp'
pkgname=dpp
version=10.0.31
version=10.0.32
revision=1
build_style=cmake
configure_args="-DDPP_NO_VCPKG=ON -DDPP_USE_EXTERNAL_JSON=ON -DDPP_CORO=ON"
cmake_builddir=build
hostmakedepends="pkg-config"
makedepends="libsodium-devel opus-devel zlib-devel openssl-devel json-c++"
makedepends="opus-devel zlib-devel openssl-devel json-c++"
short_desc="C++ Discord API Library for Bots"
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=3e392868c0dc3d0f13a00cfa190a925a20bde62bea58fd87d4acf14de11062bf
checksum=b366c0eb05539208e8d6c81f59de87b2aa6158250968d1bd6360676d576851e7
dpp-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"