diff options
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx')
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb (renamed from meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb index 08f53a7d9..5d63d417f 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.9.9.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb | |||
@@ -6,7 +6,7 @@ concurrency, performance and low memory usage." | |||
6 | 6 | ||
7 | HOMEPAGE = "http://nginx.org/" | 7 | HOMEPAGE = "http://nginx.org/" |
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3845852aedfa8d6d7765f55d06cc3ebd" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023" |
10 | SECTION = "net" | 10 | SECTION = "net" |
11 | 11 | ||
12 | DEPENDS = "libpcre gzip openssl" | 12 | DEPENDS = "libpcre gzip openssl" |
@@ -19,8 +19,8 @@ SRC_URI = " \ | |||
19 | file://nginx-volatile.conf \ | 19 | file://nginx-volatile.conf \ |
20 | file://nginx.service \ | 20 | file://nginx.service \ |
21 | " | 21 | " |
22 | SRC_URI[md5sum] = "50fdfa08e93ead7a111cba5a5f5735af" | 22 | SRC_URI[md5sum] = "64cc970988356a5e0fc4fcd1ab84fe57" |
23 | SRC_URI[sha256sum] = "de66bb2b11c82533aa5cb5ccc27cbce736ab87c9f2c761e5237cda0b00068d73" | 23 | SRC_URI[sha256sum] = "fb14d76844cab0a5a0880768be28965e74f9956790f618c454ef6098e26631d9" |
24 | 24 | ||
25 | inherit update-rc.d useradd | 25 | inherit update-rc.d useradd |
26 | 26 | ||