[arch-commits] Commit in grcov/trunk (PKGBUILD)

Orhun Parmaksiz orhun at gemini.archlinux.org
Fri Jul 8 07:48:25 UTC 2022


    Date: Friday, July 8, 2022 @ 07:48:24
  Author: orhun
Revision: 1248619

upgpkg: grcov 0.8.11-1: upstream release

Modified:
  grcov/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-08 07:44:14 UTC (rev 1248618)
+++ PKGBUILD	2022-07-08 07:48:24 UTC (rev 1248619)
@@ -2,8 +2,8 @@
 # Contributor: Sanpi <sanpi+aur at homecomputing.fr>
 
 pkgname=grcov
-pkgver=0.8.10
-pkgrel=2
+pkgver=0.8.11
+pkgrel=1
 pkgdesc="Rust tool to collect and aggregate code coverage data for multiple source files"
 arch=('x86_64')
 url="https://github.com/mozilla/grcov"
@@ -11,7 +11,7 @@
 depends=('zlib' 'gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('971efeccb23e8d6c397bcf71cf887e982dc48a3c199fb88e847de81a9c378df4')
+sha256sums=('5e824ba7be9bed6eacdc964b070cabe7553717e1237545142a6a7f26c95e41e6')
 
 prepare() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list