summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-09-26 00:29:34 +0300
committerDimitris Kiziridis2020-09-26 00:29:34 +0300
commit52d8b41560b8b8d4380ecf30863b8ff76e50e580 (patch)
tree771eea028b44364d3e0215d07a8055c8a42e786b /PKGBUILD
parentba6cc9efdaa819237f74881b39cec5a088957afe (diff)
downloadaur-52d8b41560b8b8d4380ecf30863b8ff76e50e580.tar.gz
Update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c30bbdb7ea6..74536a34507e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=goreplay-bin
-pkgver=1.0.0
+pkgver=1.2.0
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_${pkgver}_x64.tar.gz")
-sha256sums=('631b92e63b5f8757beb1b0f80298dcc7dbd991435c419f64156a68e89e8ab162')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/buger/goreplay/releases/download/v${pkgver}/gor_v${pkgver}_x64.tar.gz")
+sha256sums=('c77c22734c35eb054e08c06708c600178759d9bdecaf3c03a707de60a407046b')
package() {
install -Dm755 "${srcdir}/gor" \
"${pkgdir}/usr/bin/gor"
-} \ No newline at end of file
+}