1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

testing/php81-spx: upgrade to 0.4.20

This commit is contained in:
Andy Postnikov 2025-07-02 22:51:48 +02:00
parent 2dca23258b
commit 4b30c42c4d
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
# Maintainer: Andy Postnikov <apostnikov@gmail.com>
pkgname=php81-spx
_extname=spx
pkgver=0.4.18
pkgver=0.4.20
pkgrel=0
pkgdesc="A simple & straight-to-the-point PHP 8.1 profiling extension with its built-in web UI"
url="https://github.com/NoiseByNorthwest/php-spx"
@ -17,7 +17,8 @@ builddir="$srcdir/php-$_extname-$pkgver"
build() {
phpize$_phpv
./configure --prefix=/usr --with-php-config=php-config$_phpv
./configure --prefix=/usr --with-php-config=php-config$_phpv \
--with-spx-assets-dir=/usr/share/$_php/$_extname
make
}
@ -35,5 +36,5 @@ package() {
}
sha512sums="
d0457cf43b8eb773ff178cb326146ac46986831564e1eedde05acd6dc2c17df52d001340ac3c6777f8ed11156951926ed258285fdebd9861912bde01998f7e85 php-spx-0.4.18.tar.gz
60ef13dc9396a1d21c8f9523f8b978f4b79159f063e72506b02a665e77c03ec04bd90bcc0feb8f5c573b82a54f3ec99a073a4e5686d7cff2bb1271b842e6238f php-spx-0.4.20.tar.gz
"