summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBoBeR1822022-08-25 15:43:46 -0400
committerBoBeR1822022-08-25 15:45:32 -0400
commitb5c9590667e461c4392089be010a4586e8d90d51 (patch)
tree70ae75557d7b1226af7563403aa106758a1b861a /PKGBUILD
parent52d8b41560b8b8d4380ecf30863b8ff76e50e580 (diff)
downloadaur-b5c9590667e461c4392089be010a4586e8d90d51.tar.gz
Release 1.3.3
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" \