summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-22 18:03:40 +0200
committerDimitris Kiziridis2020-11-22 18:03:40 +0200
commit1040fdbdf0f40bd099feccf4ebeb62de93294960 (patch)
treedef59890e73c947308e26baaadc04e3afdbc582d /PKGBUILD
parente3b654d32cd034e2f01a22872eccdbccd5f14424 (diff)
downloadaur-1040fdbdf0f40bd099feccf4ebeb62de93294960.tar.gz
Update to 1.11.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa7f1d987abc..80b5fbbda670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=fortio-bin
-pkgver=1.9.1
+pkgver=1.11.3
pkgrel=1
pkgdesc='Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats'
arch=('x86_64')
url="https://fortio.org"
license=('Apache')
-makedepends=('tar')
provides=('fortio')
+makedepends=('tar')
noextract=("${pkgname}-${pkgver}")
source=("${pkgname}-${pkgver}.tgz::https://github.com/fortio/fortio/releases/download/v${pkgver}/fortio-linux_x64-${pkgver}.tgz")
-sha256sums=('81d823125664ec8d5aba4cb8bd09537425817f799122e1c1a0f1b65b5c0a0170')
+sha256sums=('7a47adb5fc76dba86566d7b50f4ce3e78ce400b2f6496474ddfa80f1621e2ab2')
package() {
cd "${srcdir}"