summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04cc4228f8db..ea18011d0300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=php-rdkafka
_extname=rdkafka
-pkgver=5.0.2
+pkgver=6.0.0
pkgrel=1
pkgdesc="A thin librdkafka binding providing a working PHP 7 / PHP 8 Kafka client"
arch=("i686" "x86_64")
@@ -13,7 +13,7 @@ license=('MIT')
depends=('php' 'librdkafka')
source=("https://pecl.php.net/get/$_extname-$pkgver.tgz")
backup=("etc/php/conf.d/$_extname.ini")
-md5sums=('cec8123060a40a05e66aab4caaf8a399')
+md5sums=('9a389ab19ef240a60f4e2a74ff21c610')
build() {
cd "$srcdir/$_extname-$pkgver"