php8.1-mongodb: update to 1.17.0.

This commit is contained in:
Joel Beckmeyer 2023-11-28 12:14:38 -05:00 committed by classabbyamp
parent c6520aafb8
commit d5bd087e99
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'php8.1-mongodb'
pkgname=php8.1-mongodb
version=1.16.1
revision=2
version=1.17.0
revision=1
build_style=gnu-configure
configure_args="--with-php-config=/usr/bin/php-config8.1"
hostmakedepends="php8.1-devel autoconf pkg-config"
@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://pecl.php.net/package/mongodb"
changelog="https://pecl.php.net/package-changelog.php?package=mongodb"
distfiles="https://pecl.php.net/get/mongodb-$version.tgz"
checksum=2c5b7c7ccf6ca26d25af8487f4028390f0a7dc49efb2eb360a65840e1d6f566e
checksum=5e7db95103d73212ed0edf8887d92184baa5643476045cb899efbcf439847148
pre_configure() {
phpize8.1