mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/nginx-mainline to 1.13.6-1
This commit is contained in:
parent
46e99ad9f4
commit
bfa22235be
1 changed files with 4 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
# - build armv7h and aarch64 with -fPIC
|
||||
|
||||
pkgname=nginx-mainline
|
||||
pkgver=1.13.5
|
||||
pkgver=1.13.6
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -32,17 +32,18 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
|||
service
|
||||
logrotate)
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
md5sums=('f193722159adfb1eb8117c0491fd17ec'
|
||||
md5sums=('f84d3f782c168bfdfb734700e51a929f'
|
||||
'SKIP'
|
||||
'ef491e760e7c1ffec9ca25441a150c83'
|
||||
'6a01fb17af86f03707c8ae60f98a2dc2')
|
||||
sha512sums=('ffd0406a75a35da427522f58c9b710cde86acb1ebf48f4e6b7f6a44e04ccd83950fedc6dceed9e2ab5132e06559f3bf45935d5011fc436e7c2efd46ac1e86459'
|
||||
sha512sums=('9ae218396e94f0e165d4d573a979354045ac579f0dcc702a37bde3ec5764e21161efc90fc1ff66bd402047c41a16ca0ff02423eaeb8d89b397e970df246f419e'
|
||||
'SKIP'
|
||||
'4f90db6b8b5c13762b96ddff9ca4e846762d46b90be27c7c9d54cec6f7f12fc95585f8455919296edb0255405dd80af8ee86780b805631b72eb74ee59f359715'
|
||||
'9232342c0914575ce438c5a8ee7e1c25b0befb457a2934e9cb77d1fe9a103634ea403b57bc0ef0cd6cf72248aee5e5584282cea611bc79198aeac9a65d8df5d7')
|
||||
|
||||
_common_flags=(
|
||||
--with-compat
|
||||
--with-debug
|
||||
--with-file-aio
|
||||
--with-http_addition_module
|
||||
--with-http_auth_request_module
|
||||
|
|
Loading…
Reference in a new issue