diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:44 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:48 +0000 |
commit | c8c745966cec41391011dd737ee83531d442a4ac (patch) | |
tree | 7db64d74befc471ae690efe44337f2ccb858a7c5 /community/h2o/APKBUILD | |
parent | 7901b9eec8b346f48d13f38f97bbf7a28f5c441a (diff) | |
download | aports-c8c745966cec41391011dd737ee83531d442a4ac.tar.bz2 aports-c8c745966cec41391011dd737ee83531d442a4ac.tar.xz |
community/h2o: rebuild against ruby 2.7
Diffstat (limited to 'community/h2o/APKBUILD')
-rw-r--r-- | community/h2o/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/h2o/APKBUILD b/community/h2o/APKBUILD index 4d2b53f93d..8396c42a57 100644 --- a/community/h2o/APKBUILD +++ b/community/h2o/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=h2o pkgver=2.2.6 -pkgrel=2 +pkgrel=3 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" |