mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/nginx to 1.14.0-1
This commit is contained in:
parent
80484055a4
commit
382386617f
2 changed files with 5 additions and 6 deletions
|
@ -9,8 +9,8 @@
|
|||
# - build armv7h and aarch64 with -fPIC
|
||||
|
||||
pkgname=nginx
|
||||
pkgver=1.12.2
|
||||
pkgrel=2
|
||||
pkgver=1.14.0
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||
arch=(x86_64)
|
||||
url='https://nginx.org'
|
||||
|
@ -30,14 +30,14 @@ backup=(etc/nginx/fastcgi.conf
|
|||
etc/logrotate.d/nginx)
|
||||
install=nginx.install
|
||||
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||
hg+http://hg.nginx.org/nginx-tests#revision=cbda704b3093
|
||||
hg+http://hg.nginx.org/nginx-tests#revision=d6daf03478ad
|
||||
service
|
||||
logrotate)
|
||||
validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin <mdounin@mdounin.ru>
|
||||
md5sums=('4d2fc76211435f029271f1cf6d7eeae3'
|
||||
md5sums=('2d856aca3dfe1d32e3c9f8c4cac0cc95'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'ef491e760e7c1ffec9ca25441a150c83'
|
||||
'ba2e3b08ce0f0fff7cced624d0ecf7cc'
|
||||
'6a01fb17af86f03707c8ae60f98a2dc2')
|
||||
|
||||
_common_flags=(
|
||||
|
|
|
@ -10,7 +10,6 @@ SyslogLevel=err
|
|||
|
||||
ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; error_log stderr;'
|
||||
ExecReload=/usr/bin/nginx -s reload
|
||||
KillSignal=SIGQUIT
|
||||
KillMode=mixed
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue