diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 04:52:03 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-02-03 04:52:03 +0200 |
commit | 28af8c1909ee925a88b494c5e431291669063f57 (patch) | |
tree | 41a1580de294e7c5dc4602cb9113349a7e34b968 /testing/php7-spx | |
parent | 70d322a507c9ad2be0a91c71d9e0ed2143a2449e (diff) | |
download | aports-28af8c1909ee925a88b494c5e431291669063f57.tar.bz2 aports-28af8c1909ee925a88b494c5e431291669063f57.tar.xz |
testing/php7-spx: upgrade to 0.4.3
Diffstat (limited to 'testing/php7-spx')
-rw-r--r-- | testing/php7-spx/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-spx/APKBUILD b/testing/php7-spx/APKBUILD index 540ed24d84..dc3a6c6f36 100644 --- a/testing/php7-spx/APKBUILD +++ b/testing/php7-spx/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Andy Postnikov <apostnikov@gmail.com> 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" |