Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
hyperfine
Commits:
b5357743 by Sven-Hendrik Haase at 2024-11-12T02:50:57+01:00
upgpkg: 1.19.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyperfine
pkgdesc = A command-line benchmarking tool
- pkgver = 1.18.0
- pkgrel = 2
+ pkgver = 1.19.0
+ pkgrel = 1
url = https://github.com/sharkdp/hyperfine
arch = x86_64
license = APACHE
@@ -12,7 +12,7 @@ pkgbase = hyperfine
optdepends = python-matplotlib: run data analysis scripts
optdepends = python-scipy: run data analysis scripts
options = zipman
- source =
hyperfine-1.18.0.tar.gz::https://github.com/sharkdp/hyperfine/archive/v1.18.0.tar.gz
- sha256sums =
fea7b92922117ed04b9c84bb9998026264346768804f66baa40743c5528bed6b
+ source =
hyperfine-1.19.0.tar.gz::https://github.com/sharkdp/hyperfine/archive/v1.19.0.tar.gz
+ sha256sums =
d1c782a54b9ebcdc1dedf8356a25ee11e11099a664a7d9413fdd3742138fa140
pkgname = hyperfine
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: cyqsimon <[email protected]>
pkgname=hyperfine
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.19.0
+pkgrel=1
pkgdesc="A command-line benchmarking tool"
url="https://github.com/sharkdp/hyperfine"
arch=("x86_64")
@@ -17,7 +17,7 @@ optdepends=('python-numpy: run data analysis scripts'
'python-scipy: run data analysis scripts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/$pkgname/archive/v$pkgver.tar.gz")
options=(zipman)
-sha256sums=('fea7b92922117ed04b9c84bb9998026264346768804f66baa40743c5528bed6b')
+sha256sums=('d1c782a54b9ebcdc1dedf8356a25ee11e11099a664a7d9413fdd3742138fa140')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperfine/-/commit/b535774379d0fcada73dd8317b72a9d3b2d64e06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperfine/-/commit/b535774379d0fcada73dd8317b72a9d3b2d64e06
You're receiving this email because of your account on gitlab.archlinux.org.