Date: Monday, October 18, 2021 @ 04:37:24
  Author: svenstaro
Revision: 1030796

upgpkg: hyperfine 1.12.0-1

Modified:
  hyperfine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-18 04:37:19 UTC (rev 1030795)
+++ PKGBUILD    2021-10-18 04:37:24 UTC (rev 1030796)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <[email protected]>
 # Contributor: cauebs <[email protected]>
 pkgname=hyperfine
-pkgver=1.11.0
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc="A command-line benchmarking tool"
 url="https://github.com/sharkdp/hyperfine";
 arch=("x86_64")
@@ -11,7 +11,7 @@
 makedepends=(cargo)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz";)
 options=(zipman)
-sha256sums=('740f4826f0933c693fb281e3542d312da9ccc8fd68cebe883359a8085ddd77e9')
+sha256sums=('2120870a97e68fa3426eac5646a071c9646e96d2309220e3c258bf588e496454')
 
 build() {
     cd "$srcdir/$pkgname-$pkgver"

Reply via email to