summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-22 18:03:40 +0200
committerDimitris Kiziridis2020-11-22 18:03:40 +0200
commit1040fdbdf0f40bd099feccf4ebeb62de93294960 (patch)
treedef59890e73c947308e26baaadc04e3afdbc582d
parente3b654d32cd034e2f01a22872eccdbccd5f14424 (diff)
downloadaur-1040fdbdf0f40bd099feccf4ebeb62de93294960.tar.gz
Update to 1.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc4aa190a86f..794121e8ff6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = fortio-bin
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
- pkgver = 1.9.1
+ pkgver = 1.11.3
pkgrel = 1
url = https://fortio.org
arch = x86_64
license = Apache
makedepends = tar
provides = fortio
- noextract = fortio-bin-1.9.1
- source = fortio-bin-1.9.1.tgz::https://github.com/fortio/fortio/releases/download/v1.9.1/fortio-linux_x64-1.9.1.tgz
- sha256sums = 81d823125664ec8d5aba4cb8bd09537425817f799122e1c1a0f1b65b5c0a0170
+ noextract = fortio-bin-1.11.3
+ source = fortio-bin-1.11.3.tgz::https://github.com/fortio/fortio/releases/download/v1.11.3/fortio-linux_x64-1.11.3.tgz
+ sha256sums = 7a47adb5fc76dba86566d7b50f4ce3e78ce400b2f6496474ddfa80f1621e2ab2
pkgname = fortio-bin
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}"