summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-06-10 18:39:27 +0100
committerStefan Cocora2019-06-10 18:39:27 +0100
commit750108b8e05ef7436f459df665d2f1a743ef427c (patch)
tree5c58d649b01db42e5caf2918677f5d3dc097f516
parentfe87e3410352b92fe0656dc3e9ed5adea7b85447 (diff)
downloadaur-750108b8e05ef7436f459df665d2f1a743ef427c.tar.gz
[security] Update vegeta-bin to v12.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7528fc7bc247..2c47627f6458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vegeta-bin
pkgdesc = Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command line utility and a library.
- pkgver = 12.4.0
+ pkgver = 12.5.0
pkgrel = 1
url = https://github.com/tsenart/vegeta
arch = x86_64
license = MIT
- source = vegeta-12.4.0-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/cli/v12.4.0/vegeta-12.4.0-linux-amd64.tar.gz
+ source = vegeta-12.5.0-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/cli/v12.5.0/vegeta-12.5.0-linux-amd64.tar.gz
source = LICENSE::https://raw.githubusercontent.com/tsenart/vegeta/master/LICENSE
- sha256sums = 2aec62d8da42197ec48354ec16290235ae6a9ec1d7399b34b4524159f4e3724c
+ sha256sums = 7ef06962edeb993229fc2e48cafb48d5902e88819626320be71828f4bf38b5c9
sha256sums = 374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c
pkgname = vegeta-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3877cf522c1c..ff8024abcfd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=tsenart
_upstream_pkgname=vegeta
pkgname=vegeta-bin
-pkgver=12.4.0
+pkgver=12.5.0
pkgrel=1
pkgdesc="Vegeta is a versatile HTTP load testing tool built out of a need to drill HTTP services with a constant request rate. It can be used both as a command line utility and a library."
arch=('x86_64')
@@ -25,7 +25,7 @@ license=("MIT")
# https://github.com/tsenart/vegeta/releases/download/cli/v12.1.0/vegeta-12.1.0-linux-amd64.tar.gz
source=("${_upstream_pkgname}-${pkgver}-${_goos}-${_goarch}.tar.gz::https://github.com/${_pkgauthor}/${_upstream_pkgname}/releases/download/cli/v${pkgver}/${_upstream_pkgname}-${pkgver}-${_goos}-${_goarch}.tar.gz"
"LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_upstream_pkgname}/master/LICENSE")
-sha256sums=('2aec62d8da42197ec48354ec16290235ae6a9ec1d7399b34b4524159f4e3724c'
+sha256sums=('7ef06962edeb993229fc2e48cafb48d5902e88819626320be71828f4bf38b5c9'
'374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c')
package() {