* update librdkafka to 2.3.0-1

This commit is contained in:
Alexander Baldeck 2023-12-08 09:24:23 +01:00
parent ee436243aa
commit 35c22d41d8

View File

@ -1,10 +1,11 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Anatol Pomozov
# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Joel Teichroeb <joel at teichroeb dot net>
# Contributor: Alim Gokkaya <alimgokkaya at gmail dot com>
pkgname=librdkafka
pkgver=2.2.0
pkgver=2.3.0
pkgrel=1
pkgdesc='The Apache Kafka C/C++ library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -22,7 +23,7 @@ depends=(
)
makedepends=(python rapidjson)
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
sha256sums=('af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226')
sha256sums=('2d49c35c77eeb3d42fa61c43757fcbb6a206daa560247154e60642bcdcc14d12')
build() {
cd $pkgname-$pkgver