summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74536a34507e..27e1c9e470ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+#Maintainer: BoBeR182 <aur AT nullvoid DOT me>
+#Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=goreplay-bin
-pkgver=1.2.0
+pkgver=1.3.3
pkgrel=1
pkgdesc="An open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes"
arch=('x86_64')
url='https://goreplay.org'
license=('LGPL3')
provides=("${pkgname%-bin}")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/buger/goreplay/releases/download/v${pkgver}/gor_v${pkgver}_x64.tar.gz")
-sha256sums=('c77c22734c35eb054e08c06708c600178759d9bdecaf3c03a707de60a407046b')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/buger/goreplay/releases/download/${pkgver}/gor_${pkgver}_x64.tar.gz")
+sha256sums=('d65e252847d869ece773a72589924cb242308746408a2f56f7a218bcf9f8512d')
package() {
install -Dm755 "${srcdir}/gor" \