diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-12-18 02:44:58 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-12-18 03:00:35 +0200 |
commit | d3c0ee6e111dbce034f5af5c0e9bafee6b1008a5 (patch) | |
tree | 0a2de39bbfb7536d61935ac373dfd1164f4071c4 /community/php7-pecl-xhprof | |
parent | c5d537e0921ff1ea6cdaade92c08e2ca26b0b095 (diff) | |
download | aports-d3c0ee6e111dbce034f5af5c0e9bafee6b1008a5.tar.bz2 aports-d3c0ee6e111dbce034f5af5c0e9bafee6b1008a5.tar.xz |
community/php7-pecl-xhprof: upgrade to 2.1.4
Diffstat (limited to 'community/php7-pecl-xhprof')
-rw-r--r-- | community/php7-pecl-xhprof/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php7-pecl-xhprof/APKBUILD b/community/php7-pecl-xhprof/APKBUILD index c1a895bbfb..1ba50a8170 100644 --- a/community/php7-pecl-xhprof/APKBUILD +++ b/community/php7-pecl-xhprof/APKBUILD @@ -3,8 +3,8 @@ pkgname=php7-pecl-xhprof _pkgreal=xhprof -pkgver=2.1.3 -pkgrel=1 +pkgver=2.1.4 +pkgrel=0 pkgdesc="A Hierarchical Profiler for PHP" url="https://pecl.php.net/package/xhprof" arch="all" @@ -55,4 +55,4 @@ assets() { cp -R "$builddir"/examples "$installdir" } -sha512sums="c9a74fe48882afb10b352430bd1849ac35bb1fe9fd7d5918c57628c48a88e0919906fdd36b531ef0d5e6cd5424d6b4b8c1742c134e2ef71bb09ac5477bc17813 php7-pecl-xhprof-2.1.3.tar.gz" +sha512sums="8777d29c16bce9e7698cf37c7dd631e951a018fa63ab5a4ab0df8e7621643e7fb905cd9bc189b238d76e32408a43f522bbab455caab6b89f7b6c26590b2733a3 php7-pecl-xhprof-2.1.4.tar.gz" |