Date: Wednesday, June 15, 2022 @ 20:42:34 Author: arojas Revision: 448730
Update to 2.10 Modified: gperftools/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-15 19:04:58 UTC (rev 448729) +++ PKGBUILD 2022-06-15 20:42:34 UTC (rev 448730) @@ -6,8 +6,8 @@ # Contributor: Jan Rüegg <[email protected]> pkgname=gperftools -pkgver=2.9.1 -pkgrel=2 +pkgver=2.10 +pkgrel=1 pkgdesc="Fast, multi-threaded malloc and nifty performance analysis tools" arch=('x86_64') url="https://github.com/gperftools/gperftools" @@ -22,7 +22,7 @@ optdepends=('graphviz: pprof graph generation' 'gv: pprof postscript generation') source=(https://github.com/gperftools/gperftools/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('ea566e528605befb830671e359118c2da718f721c27225cbbc93858c7520fee3') +sha256sums=('83e3bfdd28b8bcf53222c3798d4d395d52dadbbae59e8730c4a6d31a9c3732d8') build() { cd $pkgname-$pkgver
