Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oha
Commits:
d34077ee by Jelle van der Waa at 2025-11-01T12:23:45+01:00
upgpkg: 1.11.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = oha
pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey
with tui animation
- pkgver = 1.10.0
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/hatoo/oha
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = oha
depends = gcc-libs
depends = glibc
options = !lto
- source =
oha-1.10.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.10.0.tar.gz
- sha512sums =
8a1299fa0dc934922314e68011951ceac21548389479d22f6d324b770693683859ac5fbfd6e618ff2f7db0b3939ded00fcdfce093da97c17de10a2bbb2908356
+ source =
oha-1.11.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.11.0.tar.gz
+ sha512sums =
5507ea38c27b87e2589d0260c27a444d7e0f6f0fd406b07eda1ec5376d2ed0c567e23977069a8c071d012ec14b7ffafd7edf94f06170aebb8b7a8b0d3dfccabf
pkgname = oha
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=oha
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui
animation"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('openssl' 'gcc-libs' 'glibc')
makedepends=('rust')
options=('!lto')
source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v${pkgver}.tar.gz)
-sha512sums=('8a1299fa0dc934922314e68011951ceac21548389479d22f6d324b770693683859ac5fbfd6e618ff2f7db0b3939ded00fcdfce093da97c17de10a2bbb2908356')
+sha512sums=('5507ea38c27b87e2589d0260c27a444d7e0f6f0fd406b07eda1ec5376d2ed0c567e23977069a8c071d012ec14b7ffafd7edf94f06170aebb8b7a8b0d3dfccabf')
build() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/d34077ee422d926570527d07cf409dd6e0cb5566
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/d34077ee422d926570527d07cf409dd6e0cb5566
You're receiving this email because of your account on gitlab.archlinux.org.