Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
oha
Commits:
c2d545af by Jelle van der Waa at 2025-01-11T17:15:07+01:00
upgpkg: 1.6.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.5.0
+ pkgver = 1.6.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.5.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.5.0.tar.gz
- sha512sums =
a4ff7971206076ca6ecc16cd43d83be44e364b37e9f94072d9471d5b807060964f05b86df4972aafd997280856a4f6ebebbd058d4782fcfdbf10ee0279d65202
+ source =
oha-1.6.0.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v1.6.0.tar.gz
+ sha512sums =
4992f260c904549b3db9c0ea3bfd0341b8d0fd89697689c202c6328b9d7bf8c4b797c5c2c2f95067142214139320a4e3843ea51fe60318abff454c10482e0d0a
pkgname = oha
=====================================
PKGBUILD
=====================================
@@ -1,6 +1,6 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=oha
-pkgver=1.5.0
+pkgver=1.6.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=('a4ff7971206076ca6ecc16cd43d83be44e364b37e9f94072d9471d5b807060964f05b86df4972aafd997280856a4f6ebebbd058d4782fcfdbf10ee0279d65202')
+sha512sums=('4992f260c904549b3db9c0ea3bfd0341b8d0fd89697689c202c6328b9d7bf8c4b797c5c2c2f95067142214139320a4e3843ea51fe60318abff454c10482e0d0a')
build() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/c2d545af45435a96ffbe738984387197ae50b973
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/c2d545af45435a96ffbe738984387197ae50b973
You're receiving this email because of your account on gitlab.archlinux.org.