mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/php82-pecl-igbinary: upgrade to 3.2.17_rc1
This commit is contained in:
parent
932b71cbb4
commit
299ec44c47
@ -3,7 +3,8 @@
|
||||
|
||||
pkgname=php82-pecl-igbinary
|
||||
_extname=igbinary
|
||||
pkgver=3.2.16
|
||||
pkgver=3.2.17_rc1
|
||||
_pkgver=${pkgver/_rc/RC}
|
||||
pkgrel=0
|
||||
pkgdesc="Igbinary is a drop in replacement for the standard PHP 8.2 serializer - PECL"
|
||||
url="https://pecl.php.net/package/igbinary"
|
||||
@ -14,8 +15,8 @@ _php=php$_phpv
|
||||
depends="$_php-common"
|
||||
makedepends="$_php-dev $_php-pecl-apcu"
|
||||
checkdepends="$_php-session" # sessions needs work https://github.com/igbinary/igbinary/issues/116
|
||||
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$pkgver.tgz"
|
||||
builddir="$srcdir/$_extname-$pkgver"
|
||||
source="php-pecl-$_extname-$pkgver.tgz::https://pecl.php.net/get/$_extname-$_pkgver.tgz"
|
||||
builddir="$srcdir/$_extname-$_pkgver"
|
||||
|
||||
install_if="php-$_extname php$_phpv"
|
||||
|
||||
@ -45,5 +46,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
ad806ad42398e2355b18d7f99da6ac176a8d5de829cc9d7c0c38a211f4092cafdde80f6fa989dbdc77ea912e054ce88825675c727afd3a6e0d3150b3796a7bcd php-pecl-igbinary-3.2.16.tgz
|
||||
e9fe2b8b7d544b79dbdcd23189be501fe1abceede54a4832e474af8185d977ae81a4bbaf27b1787f4fb4406d86745ceaa959e54f736f756fb29f30c7d8380c4c php-pecl-igbinary-3.2.17_rc1.tgz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user