diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-10-20 19:23:54 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-10-20 19:29:24 +0300 |
commit | 8810f8d513a5583cd8a6ff5b0afc87595c135828 (patch) | |
tree | e078976644e34f88ae787cc006a6438b9e3340fc /testing/php7-spx | |
parent | c7eac975226151d7336b9f083cdb4542800adffe (diff) | |
download | aports-8810f8d513a5583cd8a6ff5b0afc87595c135828.tar.bz2 aports-8810f8d513a5583cd8a6ff5b0afc87595c135828.tar.xz |
testing/php7-spx: upgrade to 0.4.4
Diffstat (limited to 'testing/php7-spx')
-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 36763a2754..1f8e9763e4 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.3 -pkgrel=1 +pkgver=0.4.4 +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" @@ -31,4 +31,4 @@ package() { echo "extension=spx.so" > "$pkgdir"/etc/php7/conf.d/$_pkgreal.ini } -sha512sums="684cdea3c0ee8c219d0b38bdf3604335d6a6beca43e19e9a0a2c184bdc21d2af3e63a37ec317eea7b6b71bd5cc647e164eec7ae46900892f84d0c360b944bd0e php7-spx-0.4.3.tar.gz" +sha512sums="d6061b5d64ee8959ba327445a03fc592a78be8dcdf350dcc7f5cbcafa09507f530cce0a342832108daedc050496a3c2fd5b39e8fe8caa4dd35e9273783073837 php7-spx-0.4.4.tar.gz" |