mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-04 03:42:56 +02:00
vegeta: update to 12.7.0.
This commit is contained in:
parent
5f50e0c099
commit
da682ca159
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'vegeta'
|
# Template file for 'vegeta'
|
||||||
pkgname=vegeta
|
pkgname=vegeta
|
||||||
version=12.5.1
|
version=12.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=${pkgname}-cli-v${version}
|
wrksrc=${pkgname}-${version}
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/tsenart/$pkgname
|
go_import_path=github.com/tsenart/$pkgname
|
||||||
hostmakedepends="dep"
|
hostmakedepends="dep"
|
||||||
|
@ -10,8 +10,8 @@ short_desc="HTTP load testing tool"
|
||||||
maintainer="Frank Steinborn <steinex@nognu.de>"
|
maintainer="Frank Steinborn <steinex@nognu.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/tsenart/vegeta"
|
homepage="https://github.com/tsenart/vegeta"
|
||||||
distfiles="https://$go_import_path/archive/cli/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=28b9c30d0dd4af3e83a857194cc8df6d00cb613e3d553c96d151638f509e2820
|
checksum=0e6882d2044e8dc1979f4cd2d96ccbfc47db8ac575f66ebf1020f98d702988a9
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
cd $GOSRCPATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue