summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD6
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d820e56f51b1..9d02d4914fa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
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.7.0
- pkgrel = 1
- url = https://github.com/tsenart/vegeta
- arch = x86_64
- license = MIT
- source = vegeta-12.7.0-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/v12.7.0/vegeta-12.7.0-linux-amd64.tar.gz
- source = LICENSE::https://raw.githubusercontent.com/tsenart/vegeta/master/LICENSE
- sha256sums = 10af1fc06a43e4807f984754b6f0ce53dc74e88346995514c833cf1c3d256e09
- sha256sums = 374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c
+ 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.8.3
+ pkgrel = 1
+ url = https://github.com/tsenart/vegeta
+ arch = x86_64
+ license = MIT
+ conflicts = vegeta
+ source = vegeta-12.8.3-linux-amd64.tar.gz::https://github.com/tsenart/vegeta/releases/download/v12.8.3/vegeta-12.8.3-linux-amd64.tar.gz
+ source = LICENSE::https://raw.githubusercontent.com/tsenart/vegeta/master/LICENSE
+ sha256sums = 4bc0830045506ecce4206e0a8976f73a69b16882eb18b21a4bc2c2661433286e
+ sha256sums = 374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c
pkgname = vegeta-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 6226777c3ecc..80791765b6e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgauthor=tsenart
_upstream_pkgname=vegeta
pkgname=vegeta-bin
-pkgver=12.7.0
+pkgver=12.8.3
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')
@@ -14,7 +14,7 @@ groups=()
depends=()
makedepends=()
provides=()
-conflicts=()
+conflicts=("vegeta")
replaces=()
backup=()
options=()
@@ -26,7 +26,7 @@ license=("MIT")
# https://github.com/tsenart/vegeta/releases/download/v12.6.0/vegeta-12.6.0-linux-amd64.tar.gz
source=("${_upstream_pkgname}-${pkgver}-${_goos}-${_goarch}.tar.gz::https://github.com/${_pkgauthor}/${_upstream_pkgname}/releases/download/v${pkgver}/${_upstream_pkgname}-${pkgver}-${_goos}-${_goarch}.tar.gz"
"LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_upstream_pkgname}/master/LICENSE")
-sha256sums=('10af1fc06a43e4807f984754b6f0ce53dc74e88346995514c833cf1c3d256e09'
+sha256sums=('4bc0830045506ecce4206e0a8976f73a69b16882eb18b21a4bc2c2661433286e'
'374db7067e9e238a74a5c3d25d9f17d5a6fb885e4b6392897ceffcabb274fd7c')
package() {