summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2019-03-10 10:59:29 +0000
committerStefan Cocora2019-03-10 10:59:29 +0000
commit77bfeacb780612843027a48d6f9f5195482e920e (patch)
tree30960d1a69e4ce6be69f41310465e653d4b5c4a2
parent76ed08649429d455860fca2190a5ce5d6aeda542 (diff)
downloadaur-77bfeacb780612843027a48d6f9f5195482e920e.tar.gz
[security] Update to v12.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f540ebc08df..4993ebdc1e3b 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.1.0
+ pkgver = 12.2.1
pkgrel = 1
url = https://github.com/tsenart/vegeta
arch = x86_64
license = MIT
- source = vegeta-12.1.0-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/cli/v12.1.0/vegeta-12.1.0-linux-amd64.tar.gz
+ source = vegeta-12.2.1-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/cli/v12.2.1/vegeta-12.2.1-linux-amd64.tar.gz
source = LICENSE::https://raw.githubusercontent.com/tsenart/vegeta/master/LICENSE
- sha256sums = 36cf744c126db402389dcf6050a558a76a82a939cb7fe1dd1149ef7377c8ac6f
+ sha256sums = b1ca092c0a45a5c7d3092d9c2e00505dc40b9091bc01267651e887e12b30f1ca
sha256sums = 374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c
pkgname = vegeta-bin
diff --git a/PKGBUILD b/PKGBUILD
index dc99e9121676..27a73d71cd3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=tsenart
_upstream_pkgname=vegeta
pkgname=vegeta-bin
-pkgver=12.1.0
+pkgver=12.2.1
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')
@@ -26,7 +26,7 @@ license=("MIT")
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=(
- "36cf744c126db402389dcf6050a558a76a82a939cb7fe1dd1149ef7377c8ac6f"
+ "b1ca092c0a45a5c7d3092d9c2e00505dc40b9091bc01267651e887e12b30f1ca"
"374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c"
)