diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 11:45:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-14 12:00:37 +0000 |
commit | c202bec7ab9d46d35d1f13f5872384cebe5b3d79 (patch) | |
tree | a2963e874895d285f96d3e0a6fefa5df7bd10e4a | |
parent | 1599fe38e0c62470ea41a6dae232ed9ac3c9ecec (diff) | |
download | aports-c202bec7ab9d46d35d1f13f5872384cebe5b3d79.tar.bz2 aports-c202bec7ab9d46d35d1f13f5872384cebe5b3d79.tar.xz |
testing/php7-xhprof: rebuild against php 7.3
-rw-r--r-- | testing/php7-xhprof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD index 6cab478eed..dbf258898a 100644 --- a/testing/php7-xhprof/APKBUILD +++ b/testing/php7-xhprof/APKBUILD @@ -4,7 +4,7 @@ pkgname=php7-xhprof _pkgreal=xhprof pkgver=2.0.5 -pkgrel=0 +pkgrel=1 pkgdesc="A Hierarchical Profiler for PHP" url="https://github.com/longxinH/xhprof" arch="all !s390x" |