diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 05:43:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-05 15:36:51 +0000 |
commit | 02b1aa02a7a6130e4955be770b14faeacc3e033d (patch) | |
tree | 00d473bd5a3465e1c141beac150684de0a97f5d8 /community/unit | |
parent | 8c6c0504058ccca1fa4b8bfc61f21e73cdbbaa4a (diff) | |
download | aports-02b1aa02a7a6130e4955be770b14faeacc3e033d.tar.bz2 aports-02b1aa02a7a6130e4955be770b14faeacc3e033d.tar.xz |
community/unit: rebuild against perl 5.30
Diffstat (limited to 'community/unit')
-rw-r--r-- | community/unit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/unit/APKBUILD b/community/unit/APKBUILD index 3b3879dc95..af23427546 100644 --- a/community/unit/APKBUILD +++ b/community/unit/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=unit pkgver=1.9.0 -pkgrel=0 +pkgrel=1 pkgdesc="NGINX Unit is a dynamic web application server" url="https://unit.nginx.org/" # x86: tests fail (https://github.com/nginx/unit/issues/118) |