Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / oha
Commits: 899eea6d by Sven-Hendrik Haase at 2023-10-22T09:11:46+02:00 upgpkg: 0.6.5-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = oha + pkgdesc = Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation + pkgver = 0.6.5 + pkgrel = 1 + url = https://github.com/hatoo/oha + arch = x86_64 + license = MIT + makedepends = rust + depends = openssl + depends = gcc-libs + depends = glibc + options = !lto + source = oha-0.6.5.tar.gz::https://github.com/hatoo/oha/archive/refs/tags/v0.6.5.tar.gz + sha512sums = 9b84c588f64148a311006675cdd72060833285453ffd6c3aa3fd11cb6ccd0b87070a28c6e1d523075e66ff54f6443c0618c438ca44004ea23f3134b37b063692 + +pkgname = oha ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=oha -pkgver=0.6.1 +pkgver=0.6.5 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=('8cd98ec1f5934c1d4bca57f7f5771f2be44136787b0b09a0129a363399b6039d7c369eb7a74f53c39073c22c19fa94bffff25c868f7f2c7459b47639b0a023fd') +sha512sums=('9b84c588f64148a311006675cdd72060833285453ffd6c3aa3fd11cb6ccd0b87070a28c6e1d523075e66ff54f6443c0618c438ca44004ea23f3134b37b063692') build() { cd "$srcdir/$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/899eea6d895f60be743c96fc5fb1bfbed5db7705 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/oha/-/commit/899eea6d895f60be743c96fc5fb1bfbed5db7705 You're receiving this email because of your account on gitlab.archlinux.org.
