From 28af8c1909ee925a88b494c5e431291669063f57 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Sun, 3 Feb 2019 04:52:03 +0200 Subject: [PATCH] testing/php7-spx: upgrade to 0.4.3 --- testing/php7-spx/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/php7-spx/APKBUILD b/testing/php7-spx/APKBUILD index 540ed24d844..dc3a6c6f365 100644 --- a/testing/php7-spx/APKBUILD +++ b/testing/php7-spx/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov pkgname=php7-spx _pkgreal=php-spx -pkgver=0.4.2 +pkgver=0.4.3 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" @@ -31,4 +31,4 @@ package() { echo "extension=spx.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="3ae1332fe9503caa264d84a4ad4c0c5dfec5345b034aa17c5443f6acf14745f6faac286f262e1139cc2ab3e4a2ebc84e9f80cfe5a94dc82697f00e8b9d0c544f php7-spx-0.4.2.tar.gz" +sha512sums="684cdea3c0ee8c219d0b38bdf3604335d6a6beca43e19e9a0a2c184bdc21d2af3e63a37ec317eea7b6b71bd5cc647e164eec7ae46900892f84d0c360b944bd0e php7-spx-0.4.3.tar.gz"