Skip to content

Commit

Permalink
testing/php7-tideways_xhprof: upgrade to 5.0_beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
andypost committed Feb 3, 2019
1 parent b1e0a99 commit 2d7cbaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
8 changes: 3 additions & 5 deletions testing/php7-tideways_xhprof/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=php7-tideways_xhprof
_pkgext=tideways_xhprof
_pkgreal=php-xhprof-extension
pkgver=5.0_beta2
pkgver=5.0_beta3
_pkgver=${pkgver/_/-}
pkgrel=1
pkgdesc="Modern XHProf compatible Profiler for PHP 7"
Expand All @@ -12,8 +12,7 @@ arch="all !armhf !armv7 !aarch64 !s390x" # fails to build
license="Apache-2.0"
depends="php7"
makedepends="php7-dev autoconf"
source="$pkgname-$pkgver.tar.gz::https://github.com/tideways/$_pkgreal/archive/v$_pkgver.tar.gz
timer_ppc64le.patch"
source="$pkgname-$pkgver.tar.gz::https://github.com/tideways/$_pkgreal/archive/v$_pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$_pkgver"

build() {
Expand All @@ -38,5 +37,4 @@ package() {
echo "extension=$_pkgext.so" > "$pkgdir"/etc/php7/conf.d/$_pkgext.ini
}

sha512sums="1e42589b81f39272cf62a058e1ecd82532b076bebe583d13b797d448891ff615aedf1e990785fbba7302daa34a977bf748cf2deaaf4fd334af800a556849334c php7-tideways_xhprof-5.0_beta2.tar.gz
62f09c950a5b85efd87159e9e747298fd7c9b2bbec060745adf120c5cf5748e4cdfa4625c8b49e15f9905bf3833dab91f81a297e5a68fbb9e3778025846c12b6 timer_ppc64le.patch"
sha512sums="5b682ed8cda21236c54c3161645620ba06f14478fcf1b45684788b742e47d63419b3e3f74da7d3e376ce5fafeb215ed40d080aaac0c2a8799315f83c877e3110 php7-tideways_xhprof-5.0_beta3.tar.gz"
15 changes: 0 additions & 15 deletions testing/php7-tideways_xhprof/timer_ppc64le.patch

This file was deleted.

0 comments on commit 2d7cbaa

Please sign in to comment.