updpkg: nginx-mainline-boringssl 1.13.12-1
This commit is contained in:
parent
1f07820e0b
commit
040d7653b1
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = nginx-mainline-boringssl
|
||||
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline release
|
||||
pkgver = 1.13.9
|
||||
pkgver = 1.13.12
|
||||
pkgrel = 1
|
||||
url = https://nginx.org
|
||||
install = nginx.install
|
||||
|
@ -26,13 +26,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.13.9.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.13.9.tar.gz.asc
|
||||
source = https://nginx.org/download/nginx-1.13.12.tar.gz
|
||||
source = https://nginx.org/download/nginx-1.13.12.tar.gz.asc
|
||||
source = git+https://boringssl.googlesource.com/boringssl
|
||||
source = service
|
||||
source = logrotate
|
||||
validpgpkeys = B0F4253373F8F6F510D42178520A9993A1C052F8
|
||||
sha256sums = 5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42
|
||||
sha256sums = fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
sha256sums = 05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
# Contributor: Kasei Wang <cnsdwpc at gmail.com>
|
||||
|
||||
pkgname=nginx-mainline-boringssl
|
||||
pkgver=1.13.9
|
||||
pkgver=1.13.12
|
||||
pkgrel=1
|
||||
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -31,7 +31,7 @@ source=($url/download/nginx-$pkgver.tar.gz{,.asc}
|
|||
"service"
|
||||
"logrotate")
|
||||
validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin <mdounin@mdounin.ru>
|
||||
sha256sums=('5faea18857516fe68d30be39c3032bd22ed9cf85e1a6fdf32e3721d96ff7fa42'
|
||||
sha256sums=('fb92f5602cdb8d3ab1ad47dbeca151b185d62eedb67d347bbe9d79c1438c85de'
|
||||
'SKIP'
|
||||
'SKIP'
|
||||
'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
|
||||
|
|
Loading…
Reference in a new issue