vegeta: update to 12.7.0.

This commit is contained in:
Frank Steinborn 2019-08-16 13:39:47 +02:00 committed by Johannes
parent 5f50e0c099
commit da682ca159

View file

@ -1,8 +1,8 @@
# Template file for 'vegeta'
pkgname=vegeta
version=12.5.1
version=12.7.0
revision=1
wrksrc=${pkgname}-cli-v${version}
wrksrc=${pkgname}-${version}
build_style=go
go_import_path=github.com/tsenart/$pkgname
hostmakedepends="dep"
@ -10,8 +10,8 @@ short_desc="HTTP load testing tool"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/tsenart/vegeta"
distfiles="https://$go_import_path/archive/cli/v$version.tar.gz"
checksum=28b9c30d0dd4af3e83a857194cc8df6d00cb613e3d553c96d151638f509e2820
distfiles="https://$go_import_path/archive/v$version.tar.gz"
checksum=0e6882d2044e8dc1979f4cd2d96ccbfc47db8ac575f66ebf1020f98d702988a9
pre_build() {
cd $GOSRCPATH