[arch-commits] Commit in oha/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jan 6 15:42:24 UTC 2021


    Date: Wednesday, January 6, 2021 @ 15:42:24
  Author: svenstaro
Revision: 810951

upgpkg: oha 0.4.4-1

Modified:
  oha/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-06 15:41:38 UTC (rev 810950)
+++ PKGBUILD	2021-01-06 15:42:24 UTC (rev 810951)
@@ -1,16 +1,16 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 
 pkgname=oha
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation"
 arch=('x86_64')
 url="https://github.com/hatoo/oha"
 license=('MIT')
-depends=('openssl')
+depends=('openssl' 'gcc-libs')
 makedepends=('rust')
 source=($pkgname-$pkgver.tar.gz::https://github.com/hatoo/oha/archive/v${pkgver}.tar.gz)
-sha512sums=('cf77a0af4b4fb14bed3b884759a541fc71b16359b27f7bd2e598946d850569ed9f8f4b94fbad6961b82ea0b942bb65e146a41b59da0d71066a3b11cb86ade361')
+sha512sums=('94afdfa30dbae5fdc60680c580c26ea45328ece6f5bf32b7f8de38a0c44d02a9985cfb8d0dda43d4b025adf850e11ea5c10cf012b2ce9c04c0f64142bf3eb9de')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list