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

Anatol Pomozov anatolik at archlinux.org
Thu Oct 18 14:10:44 UTC 2018


    Date: Thursday, October 18, 2018 @ 14:10:44
  Author: anatolik
Revision: 396038

upgpkg: vegeta 12.0.0-1

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-18 14:10:30 UTC (rev 396037)
+++ PKGBUILD	2018-10-18 14:10:44 UTC (rev 396038)
@@ -1,15 +1,16 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=vegeta
-pkgver=11.3.0
+pkgver=12.0.0
 pkgrel=1
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
 url="https://github.com/tsenart/vegeta"
 license=(MIT)
+depends=(glibc)
 makedepends=(go-pie dep git)
 source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/cli/v$pkgver.zip)
-sha256sums=('ce2018ee047e3fdd9a0f01b7fc144d24e20db6386be5671385d84383e59c97c5')
+sha256sums=('9acfefe0350ced84d5bca7f0a48c043ca5141e4307e1bd62efa9585b10f87559')
 
 prepare() {
   export GOPATH="$srcdir/gopath"



More information about the arch-commits mailing list