diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-11-20 01:16:05 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-11-20 01:16:05 +0200 |
commit | df322ffa2ea41ba248b9d0d5ba8d3048ae92c023 (patch) | |
tree | 48ed27c86fddf74a0f124b9ff524386237ee7245 | |
parent | de94e8c518cb081d5b1fc5bbe4da7eac313d4643 (diff) | |
download | aports-df322ffa2ea41ba248b9d0d5ba8d3048ae92c023.tar.gz aports-df322ffa2ea41ba248b9d0d5ba8d3048ae92c023.tar.bz2 aports-df322ffa2ea41ba248b9d0d5ba8d3048ae92c023.tar.xz |
testing/php7-spx: upgrade to 0.4.10
-rw-r--r-- | testing/php7-spx/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/php7-spx/APKBUILD b/testing/php7-spx/APKBUILD index ba93962a1f..35ca4c9afd 100644 --- a/testing/php7-spx/APKBUILD +++ b/testing/php7-spx/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> pkgname=php7-spx _pkgreal=php-spx -pkgver=0.4.7 -pkgrel=1 +pkgver=0.4.10 +pkgrel=0 pkgdesc="A simple & straight-to-the-point PHP profiling extension with its built-in web UI" url="https://github.com/NoiseByNorthwest/php-spx" arch="x86_64" @@ -28,4 +28,4 @@ package() { echo "extension=spx.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="9e8b070bb803ba6b9de749181443de5b4eddc64260a2ad3d6f51234d24e754a6f57e135b5f53e00d0f5182a8ad163c860d82056723f49df6218259d67a5c8d3e php7-spx-0.4.7.tar.gz" +sha512sums="f89effb851bc9f63e5846b4f8ab998027dfaf214b9111e185fa49dd36377c4ef3d8c98de2f51a7fffca51de7033143f77c5db22a50eb252e1b65d5ebf77a8b16 php7-spx-0.4.10.tar.gz" |