diff options
author | rubicon <5662-rubicon@users.gitlab.alpinelinux.org> | 2022-07-16 11:31:29 +0800 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2022-07-16 13:48:10 +0000 |
commit | ea2b02665774574d79439060319489634126e5e7 (patch) | |
tree | 198ba29eea856a6d5aa6827a2348af8ff75d90b4 | |
parent | a9063ab22590580ca221c9b72ec7a211348692c1 (diff) |
testing/tsung: rebuild against erlang 25.0.3
-rw-r--r-- | testing/tsung/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tsung/APKBUILD b/testing/tsung/APKBUILD index 75b63a00aa2..33b5e6c67ea 100644 --- a/testing/tsung/APKBUILD +++ b/testing/tsung/APKBUILD @@ -3,7 +3,7 @@ pkgname=tsung pkgver=1.7.0 -pkgrel=7 +pkgrel=8 pkgdesc="Tsung is a high-performance benchmark framework for various protocols including HTTP,XMPP,LDAP,etc." url="https://www.process-one.net/en/tsung/" options="!check" # Tests fail on CI |