upgpkg:nginx-mainline-boringssl 1.15.7-1
This commit is contained in:
parent
e5651251e6
commit
ba0f0039bf
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = nginx-mainline-boringssl
|
pkgbase = nginx-mainline-boringssl
|
||||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
||||||
pkgver = 1.15.6
|
pkgver = 1.15.7
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://nginx.org
|
url = https://nginx.org
|
||||||
install = nginx.install
|
install = nginx.install
|
||||||
|
@ -26,13 +26,13 @@ pkgbase = nginx-mainline-boringssl
|
||||||
backup = etc/nginx/uwsgi_params
|
backup = etc/nginx/uwsgi_params
|
||||||
backup = etc/nginx/win-utf
|
backup = etc/nginx/win-utf
|
||||||
backup = etc/logrotate.d/nginx
|
backup = etc/logrotate.d/nginx
|
||||||
source = https://nginx.org/download/nginx-1.15.6.tar.gz
|
source = https://nginx.org/download/nginx-1.15.7.tar.gz
|
||||||
source = https://nginx.org/download/nginx-1.15.6.tar.gz.asc
|
source = https://nginx.org/download/nginx-1.15.7.tar.gz.asc
|
||||||
source = git+https://boringssl.googlesource.com/boringssl
|
source = git+https://boringssl.googlesource.com/boringssl
|
||||||
source = service
|
source = service
|
||||||
source = logrotate
|
source = logrotate
|
||||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||||
sha256sums = a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6
|
sha256sums = 8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@
|
||||||
# Contributor: Kasei Wang <cnsdwpc at gmail.com>
|
# Contributor: Kasei Wang <cnsdwpc at gmail.com>
|
||||||
|
|
||||||
pkgname=nginx-mainline-boringssl
|
pkgname=nginx-mainline-boringssl
|
||||||
pkgver=1.15.6
|
pkgver=1.15.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -31,7 +31,7 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
||||||
"service"
|
"service"
|
||||||
"logrotate")
|
"logrotate")
|
||||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||||
sha256sums=('a3d8c67c2035808c7c0d475fffe263db8c353b11521aa7ade468b780ed826cc6'
|
sha256sums=('8f22ea2f6c0e0a221b6ddc02b6428a3ff708e2ad55f9361102b1c9f4142bdf93'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
||||||
|
|
Loading…
Reference in a new issue