diff options
author | Matt Housh <jaeger@crux.ninja> | 2016-05-28 10:12:21 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2016-05-28 10:12:21 -0500 |
commit | f2837c8a006c2786ee7afc890a44f1d8e4468e65 (patch) | |
tree | 8f6c28cda129f56b0dec86f3c129c15aae79aa86 /nginx/Pkgfile | |
parent | a10c2600ed4cbff48350aed62ca58e048f6880da (diff) | |
download | contrib-f2837c8a006c2786ee7afc890a44f1d8e4468e65.tar.gz contrib-f2837c8a006c2786ee7afc890a44f1d8e4468e65.tar.xz |
nginx: updated to version 1.11.0
Diffstat (limited to 'nginx/Pkgfile')
-rw-r--r-- | nginx/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/Pkgfile b/nginx/Pkgfile index e56b03660..a6d238263 100644 --- a/nginx/Pkgfile +++ b/nginx/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre zlib openssl name=nginx -version=1.9.15 +version=1.11.0 release=1 source=(http://nginx.org/download/$name-$version.tar.gz \ $name.conf $name.rc) |