aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Postnikov <apostnikov@gmail.com>2019-07-08 18:15:50 +0300
committerAndy Postnikov <apostnikov@gmail.com>2019-07-08 18:20:43 +0300
commitc71c19a21ce6b1c444945123fe523c6717531053 (patch)
tree7a9da3bff758f203e71ba992ec0019ce723fb664
parenta91b2211cbe9843d8362eb03827ff7bdb5b8cd12 (diff)
downloadaports-c71c19a21ce6b1c444945123fe523c6717531053.tar.bz2
aports-c71c19a21ce6b1c444945123fe523c6717531053.tar.xz
testing/php7-xhprof: upgrade to 2.1.0
-rw-r--r--testing/php7-xhprof/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/php7-xhprof/APKBUILD b/testing/php7-xhprof/APKBUILD
index dbf258898a..af25e15734 100644
--- a/testing/php7-xhprof/APKBUILD
+++ b/testing/php7-xhprof/APKBUILD
@@ -3,14 +3,14 @@
pkgname=php7-xhprof
_pkgreal=xhprof
-pkgver=2.0.5
-pkgrel=1
+pkgver=2.1.0
+pkgrel=0
pkgdesc="A Hierarchical Profiler for PHP"
url="https://github.com/longxinH/xhprof"
arch="all !s390x"
license="Apache-2.0"
depends="php7 php7-ctype"
-makedepends="php7-dev autoconf"
+makedepends="php7-dev re2c"
subpackages="$pkgname-assets::noarch"
source="$pkgname-$pkgver.tar.gz::https://github.com/longxinH/xhprof/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
@@ -51,4 +51,4 @@ assets() {
cp -R "$builddir"/examples "$installdir"
}
-sha512sums="299b5075727112e393425b9a5ed075c06f264c92012d5f49ac9cc52df673766c6bcc796835624327c5ec0f99d687d4d5d22151ac9caf8d276edea597bd564146 php7-xhprof-2.0.5.tar.gz"
+sha512sums="62ad9ed7acae3bb6da05c8a455d437d25691379f4fb2ede4f63fa15b9779a2360c057f04b5589a24f430342c91a3f8ef22265ca61d5146bf6dfa135eee369413 php7-xhprof-2.1.0.tar.gz"