summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Cocora2018-12-28 11:13:56 +0000
committerStefan Cocora2018-12-28 11:13:56 +0000
commit76ed08649429d455860fca2190a5ce5d6aeda542 (patch)
tree84ce45d90dd42d96e906fd1a27e3c56ab5419f6e
parentc4196a30963d2e292093fa8220d9740f122ca3c7 (diff)
downloadaur-76ed08649429d455860fca2190a5ce5d6aeda542.tar.gz
[security] Update pkg to v12.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66ba460f9b15..7f540ebc08df 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.0.0
+ pkgver = 12.1.0
pkgrel = 1
url = https://github.com/tsenart/vegeta
arch = x86_64
license = MIT
- source = vegeta-12.0.0-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/cli/v12.0.0/vegeta-12.0.0-linux-amd64.tar.gz
+ 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 = LICENSE::https://raw.githubusercontent.com/tsenart/vegeta/master/LICENSE
- sha256sums = 05243352c79950764fc837cd3cd4f2fd87892fbfe24465c87c390bc04530bca5
+ sha256sums = 36cf744c126db402389dcf6050a558a76a82a939cb7fe1dd1149ef7377c8ac6f
sha256sums = 374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c
pkgname = vegeta-bin
diff --git a/PKGBUILD b/PKGBUILD
index b3a7b223dd7c..dc99e9121676 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=tsenart
_upstream_pkgname=vegeta
pkgname=vegeta-bin
-pkgver=12.0.0
+pkgver=12.1.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')
@@ -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=(
- "05243352c79950764fc837cd3cd4f2fd87892fbfe24465c87c390bc04530bca5"
+ "36cf744c126db402389dcf6050a558a76a82a939cb7fe1dd1149ef7377c8ac6f"
"374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c"
)