mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/nginx to 1.24.0-1
This commit is contained in:
parent
f75d49adeb
commit
44950eb92a
1 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,7 @@
|
|||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
|
||||
# Maintainer: T.J. Townsend <blakkheim@archlinux.org>
|
||||
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Sébastien Luttringer
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Miroslaw Szot <mss@czlug.icis.pcz.pl>
|
||||
|
@ -9,8 +12,9 @@
|
|||
|
||||
pkgbase=nginx
|
||||
pkgname=(nginx nginx-src)
|
||||
pkgver=1.22.1
|
||||
pkgrel=2
|
||||
# update tests revision too
|
||||
pkgver=1.24.0
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
|
||||
arch=(x86_64)
|
||||
url='https://nginx.org'
|
||||
|
@ -30,12 +34,13 @@ backup=(etc/nginx/fastcgi.conf
|
|||
etc/logrotate.d/nginx)
|
||||
install=nginx.install
|
||||
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||
hg+https://hg.nginx.org/nginx-tests#revision=34fc85598287
|
||||
hg+https://hg.nginx.org/nginx-tests#revision=a797d7428fa5
|
||||
service
|
||||
logrotate)
|
||||
# https://nginx.org/en/pgp_keys.html
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin <mdounin@mdounin.ru>
|
||||
'13C82A63B603576156E30A4EA0EA981B66B0D967') # Konstantin Pavlov <thresh@nginx.com>
|
||||
sha512sums=('1d468dcfa9bbd348b8a5dc514ac1428a789e73a92384c039b73a51ce376785f74bf942872c5594a9fcda6bbf44758bd727ce15ac2395f1aa989c507014647dcc'
|
||||
sha512sums=('1114e37de5664a8109c99cfb2faa1f42ff8ac63c932bcf3780d645e5ed32c0b2ac446f80305b4465994c8f9430604968e176ae464fd80f632d1cb2c8f6007ff3'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'be2858613d9cca85d80e7b894e9d5fa7892cbddd7a677d2d2f68f419d75fdc1f6802de8014f43ce063b116afd4ff17369873a6adea2dd58ac6f94e617de66fec'
|
||||
|
|
Loading…
Reference in a new issue