Package Details: k6-bin 0.49.0-1

Git Clone URL: https://aur.archlinux.org/k6-bin.git (read-only, click to copy)
Package Base: k6-bin
Description: A modern load testing tool, using Go and JavaScript (precompiled)
Upstream URL: https://github.com/k6io/k6
Licenses: AGPL3
Provides: k6
Submitter: leledumbo
Maintainer: leledumbo
Last Packager: leledumbo
Votes: 9
Popularity: 0.49
First Submitted: 2020-07-02 04:05 (UTC)
Last Updated: 2024-02-24 12:36 (UTC)

Latest Comments

sharun commented on 2023-11-15 08:49 (UTC)

Please add shell command completions similar to the k6 aur: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=k6

Comradin commented on 2021-09-16 05:46 (UTC) (edited on 2021-09-16 05:50 (UTC) by Comradin)

Hi,

are there plans to update this AUR to the current release of k6?

The current release is 0.34.0, which is at the time of this writing a week young.

I prepared a diff for the current version, which you can apply either local or to the AUR

diff --git a/PKGBUILD b/PKGBUILD
index f433033..ba9eedc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
 pkgname=k6-bin
-pkgver=0.32.0
+pkgver=0.34.0
 pkgrel=1
 pkgdesc="A modern load testing tool, using Go and JavaScript (precompiled)"
 provides=("k6={$pkgver}")
@@ -9,7 +9,7 @@ url="https://github.com/k6io/k6"
 license=('AGPL3')
 options=(!emptydirs)
 source=("k6.tar.gz::https://github.com/k6io/k6/releases/download/v${pkgver}/k6-v${pkgver}-linux-amd64.tar.gz")
-sha256sums=('4c57ee84c6306a25abc7bbdf1598203d85d1deaeb5a8fe0e1ad3d904dc743465')
+sha256sums=('30478bbcd62ad317c2c2caafae4b06e4b2f0b64873b620cdbe2ea1e9c017f08d')

 package() {
   install -D $srcdir/k6-v${pkgver}-linux-amd64/k6 $pkgdir/usr/bin/k6

SuperBo commented on 2021-06-13 03:11 (UTC)

Sorry, it's my mistake while using aurutils. They cached old download file so failed checksum stage.

Delete the file help me solve.

SuperBo commented on 2021-05-27 03:24 (UTC)

k6.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check!

Maybe you need to change sha256sum

barlog commented on 2021-03-03 11:39 (UTC)

ERROR: One or more files did not pass the validity check! Packages failed to build: k6-bin-0.30.0-1

1995parham commented on 2020-10-07 08:41 (UTC)

Thanks for your response. If there is anything I would be happy to help.

leledumbo commented on 2020-10-07 06:38 (UTC)

incoming in a few minutes, sorry I can't update as quickly as the developer posts, jobs first ;)

1995parham commented on 2020-10-04 15:10 (UTC)

Is there any plan for update this repository to latest k6 release? version 0.28.0.