summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2022-11-17 22:45:06 +0200
committerDimitris Kiziridis2022-11-17 22:45:06 +0200
commit3a44ae73223d71a4dba980f47e86021e119af61e (patch)
tree629f51aab684abc6decdb79aca08eb4492052eb5
parent9b1ffc9603401321deaebaf8791722c2094e38a7 (diff)
downloadaur-3a44ae73223d71a4dba980f47e86021e119af61e.tar.gz
Update to 1.38.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0b45b601e47..0f4a1362685d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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.20.0
+ pkgver = 1.38.4
pkgrel = 1
url = https://fortio.org
arch = x86_64
license = Apache
makedepends = tar
provides = fortio
- noextract = fortio-bin-1.20.0
- source = fortio-bin-1.20.0.tgz::https://github.com/fortio/fortio/releases/download/v1.20.0/fortio-linux_x64-1.20.0.tgz
- sha256sums = 017957c6cfe3f9706f434b5a947721e668ebdf7519f2916d7542319b8adf325a
+ noextract = fortio-bin-1.38.4
+ source = fortio-bin-1.38.4.tgz::https://github.com/fortio/fortio/releases/download/v1.38.4/fortio-linux_amd64-1.38.4.tgz
+ sha256sums = ea0cf5cf3e76957693c627b9a18c3fc41f67cb1dbb8b4625b0ee5a0308b9d7a0
pkgname = fortio-bin
diff --git a/PKGBUILD b/PKGBUILD
index e469cf7d1363..c5a09271b0f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=fortio-bin
-pkgver=1.20.0
+pkgver=1.38.4
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')
@@ -10,8 +10,8 @@ license=('Apache')
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=('017957c6cfe3f9706f434b5a947721e668ebdf7519f2916d7542319b8adf325a')
+source=("${pkgname}-${pkgver}.tgz::https://github.com/fortio/fortio/releases/download/v${pkgver}/fortio-linux_amd64-${pkgver}.tgz")
+sha256sums=('ea0cf5cf3e76957693c627b9a18c3fc41f67cb1dbb8b4625b0ee5a0308b9d7a0')
package() {
cd "${srcdir}"