upgpkg: nginx-mainline-boringssl 1.19.5
This commit is contained in:
parent
69b195adee
commit
44b68131cc
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nginx-mainline-boringssl
|
||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
||||
pkgver = 1.19.1
|
||||
pkgver = 1.19.5
|
||||
pkgrel = 1
|
||||
url = https://nginx.org
|
||||
install = nginx.install
|
||||
|
@ -25,13 +25,13 @@ pkgbase = nginx-mainline-boringssl
|
|||
backup = etc/nginx/uwsgi_params
|
||||
backup = etc/nginx/win-utf
|
||||
backup = etc/logrotate.d/nginx
|
||||
source = https://nginx.org/download/nginx-1.19.1.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.19.1.tar.gz.asc
|
||||
source = git+https://boringssl.googlesource.com/boringssl
|
||||
source = https://nginx.org/download/nginx-1.19.5.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.19.5.tar.gz.asc
|
||||
source = git+https://boringssl.googlesource.com/boringssl#commit=3743aafdacff2f7b083615a043a37101f740fa53
|
||||
source = service
|
||||
source = logrotate
|
||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||
sha256sums = a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492
|
||||
sha256sums = 5c0a46afd6c452d4443f6ec0767f4d5c3e7c499e55a60cd6542b35a61eda799c
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Drew DeVault
|
||||
|
||||
pkgname=nginx-mainline-boringssl
|
||||
pkgver=1.19.1
|
||||
pkgver=1.19.5
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -26,11 +26,11 @@ install=nginx.install
|
|||
provides=('nginx')
|
||||
conflicts=('nginx')
|
||||
source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||
"git+https://boringssl.googlesource.com/boringssl"
|
||||
"git+https://boringssl.googlesource.com/boringssl#commit=3743aafdacff2f7b083615a043a37101f740fa53"
|
||||
"service"
|
||||
"logrotate")
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
sha256sums=('a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492'
|
||||
sha256sums=('5c0a46afd6c452d4443f6ec0767f4d5c3e7c499e55a60cd6542b35a61eda799c'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
||||
|
|
Loading…
Reference in a new issue