summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-05-22 09:01:50 +0800
committerzxp198210052024-05-22 09:01:50 +0800
commit9a1108643fb99d31cebbaa6b6218f124394ab6fd (patch)
treed05f26280678c8402a494d469ae423c2deabe684 /PKGBUILD
parente4501053d57c85093063481bbbe3836742ece26c (diff)
downloadaur-fortio-bin.tar.gz
update to 1.63.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 808786ed3d0e..690115be74fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=fortio-bin
-pkgver=1.63.7
+pkgver=1.63.8
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=(
@@ -16,8 +16,8 @@ conflicts=("${pkgname%-bin}")
depends=()
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_arm64.deb")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.deb::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums_aarch64=('55cd655a0b7d7ec7b4ce1dc1359734f3f263c1b339644bd85d2e441e0e1d1785')
-sha256sums_x86_64=('7aa5b6c9800738aeaf2e80b68ed8720945025dae134fc9e0bc793a01e23928c9')
+sha256sums_aarch64=('22462998de25b1975899557ba0a7b0c0e92fa1901c1d721dfd03a51adba2b7f7')
+sha256sums_x86_64=('55d8663e585caa27676eda3ffe71bbdbf9fbca8331268aa5af3051f30e5a630b')
build() {
bsdtar -xf "${srcdir}/data."*
}