* update librdkafka to 2.2.0-1

This commit is contained in:
Alexander Baldeck 2023-07-24 19:45:29 +02:00
parent 9b9ff55d8e
commit 4a53fe33a0

View File

@ -1,11 +1,10 @@
# 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.1.1
pkgver=2.2.0
pkgrel=1
pkgdesc='The Apache Kafka C/C++ library'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -23,7 +22,7 @@ depends=(
)
makedepends=(python rapidjson)
source=(librdkafka-$pkgver.tar.gz::https://github.com/edenhill/librdkafka/archive/v$pkgver.tar.gz)
sha256sums=('7be1fc37ab10ebdc037d5c5a9b35b48931edafffae054b488faaff99e60e0108')
sha256sums=('af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226')
build() {
cd $pkgname-$pkgver