Update package version to 1.29.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: nginx
|
||||
description: Lightweight HTTP server and IMAP/POP3 proxy server
|
||||
version: 1.29.1
|
||||
version: 1.29.2
|
||||
revision: 1
|
||||
url: https://nginx.org/
|
||||
license: BSD-2-Clause
|
||||
@@ -34,4 +34,4 @@ downloads:
|
||||
- url: https://github.com/nginx/nginx/archive/refs/tags/release-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 8b864d3d803d903b77f77bf45ef9dbc310c90719e350f2ae5a3515d1193481f6
|
||||
checksum: 676f73e4452c7edfb22238e2867d18161ef8f8280a2dd99233d97c0e538b3750
|
||||
|
||||
@@ -70,7 +70,7 @@ package() {
|
||||
|
||||
# Install directories
|
||||
install -d "$BPM_OUTPUT"/srv
|
||||
install -o=33 -g=33 -d "$BPM_OUTPUT"/srv/nginx/
|
||||
install -o33 -g33 -d "$BPM_OUTPUT"/srv/nginx/
|
||||
install -d "$BPM_OUTPUT"/etc/nginx/modules.d
|
||||
install -d "$BPM_OUTPUT"/var/lib/nginx
|
||||
install -dm700 "$BPM_OUTPUT"/var/lib/nginx/proxy
|
||||
|
||||
Reference in New Issue
Block a user