diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 06:30:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:53 +0000 |
commit | 9e9acf5bbedea592885316149754eef6dd9343cc (patch) | |
tree | e7a03d278f84bfc599810d764085469e7c96bfcc /community | |
parent | 60d058f067d1f954873af564ec2765e951ee0c25 (diff) | |
download | aports-9e9acf5bbedea592885316149754eef6dd9343cc.tar.bz2 aports-9e9acf5bbedea592885316149754eef6dd9343cc.tar.xz |
community/wrk: rebuild against perl 5.30
Diffstat (limited to 'community')
-rw-r--r-- | community/wrk/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wrk/APKBUILD b/community/wrk/APKBUILD index 23fe25734a..0f39c766a3 100644 --- a/community/wrk/APKBUILD +++ b/community/wrk/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=wrk pkgver=4.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="wrk is a modern HTTP benchmarking tool" url="https://github.com/wg/wrk" # requires -march=i586 to build on x86 |