diff options
author | Bennett Goble <nivardus@gmail.com> | 2015-07-05 09:31:55 -0400 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-07-07 06:33:14 +0000 |
commit | 5928778fc1af36c5994f7cce56b3c10de05b882f (patch) | |
tree | 5dac4d69fe284c47b0f8139e87dba0180e876de1 /testing/h2o/APKBUILD | |
parent | ba99a9cb7fe4621e3f22b6bd9724e572987fc2ed (diff) | |
download | aports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.bz2 aports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.xz |
testing/h2o: Corrected mistake in pre-install
Diffstat (limited to 'testing/h2o/APKBUILD')
-rw-r--r-- | testing/h2o/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/h2o/APKBUILD b/testing/h2o/APKBUILD index 2d644f5aa2..21cb0a3532 100644 --- a/testing/h2o/APKBUILD +++ b/testing/h2o/APKBUILD @@ -3,7 +3,7 @@ pkgname=h2o pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" |