diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-18 14:39:22 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-18 14:39:52 +0200 |
commit | 73ddbc5326b72c1e8ed9191964239354bc9174ef (patch) | |
tree | 3220ab2f7817d4a6f20030179669535cde1bbd23 | |
parent | sci-chemistry/gromacs: Fix manual use (diff) | |
download | gentoo-73ddbc5326b72c1e8ed9191964239354bc9174ef.tar.gz gentoo-73ddbc5326b72c1e8ed9191964239354bc9174ef.tar.bz2 gentoo-73ddbc5326b72c1e8ed9191964239354bc9174ef.zip |
www-servers/nginx: bump njs to v0.6.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | www-servers/nginx/Manifest | 2 | ||||
-rw-r--r-- | www-servers/nginx/nginx-1.20.1-r1.ebuild (renamed from www-servers/nginx/nginx-1.20.1.ebuild) | 2 | ||||
-rw-r--r-- | www-servers/nginx/nginx-1.21.0-r1.ebuild (renamed from www-servers/nginx/nginx-1.21.0.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/www-servers/nginx/Manifest b/www-servers/nginx/Manifest index f3a6570b4ed0..1b0e6a1011f9 100644 --- a/www-servers/nginx/Manifest +++ b/www-servers/nginx/Manifest @@ -23,4 +23,4 @@ DIST ngx_memc_module-0.19.tar.gz 34654 BLAKE2B 536384c264d88535179634d459d3a47b1 DIST ngx_metrics-0.1.1.tar.gz 2964 BLAKE2B 95d71ea26c949c345b83e353bd66a20df18cc8b2b93f692615a1b39c1f327393647f80e7a27e6929799a6e7e3469b61e1cd72f7821f7a820da4dd7cd9a96d85c SHA512 d36a8fb0104c83b6b564e03b351aa750cab08650264c74d6f786af357bfb7006b531a93270dd961896ea8dafe27e5db8548ede714c5f52c4742876bc73af4b5e DIST ngx_mogilefs_module-1.0.4.tar.gz 11208 BLAKE2B e0729b66554c8890727190a624d4c9aef6499dfc2e301541a9bfc15690caf6d3155c8a4b8f7a1555a7655b47aa0cd1b797aeb8ba82efa92ab80808218a0bdcff SHA512 b8cb7eaf6274f4e2247dbcb39db05072d2b2d4361256a325fafab5533d7ce0c4ae9e2905b954dfcfa4789c9cab5cccf2ac1c3a1f02f6a327ed95b562d7773ed1 DIST ngx_rtmp-1.2.1.tar.gz 519919 BLAKE2B 744ccb8031eb9653f158f9eceba64fc9c8af7b9a42e64ef996ab3bbbe1402e5ffd3efcc8e4aaca437eb5e208e4b6f2d8643fcca953b32f32543eaa1ae4d9505c SHA512 4a0af5e9afa4deb0b53de8de7ddb2cfa6430d372e1ef9e421f01b509548bd134d427345442ac1ce667338cc2a1484dc2ab732e316e878ac7d3537dc527d5f922 -DIST njs-0.5.3.tar.gz 519938 BLAKE2B 1d06f8a20f6c37977e3b4b9afa0f136761a6998b85739a9853bb41d70ea6af42f49541035961fd0251eda2e10579f7bf983eaec2f9e19460138e53f44b9e6788 SHA512 b1d2e7498c37cc1df18e0f65866391637bf75d3d251fc7d7ad1ef5c76457697f49eaea088e1d157c94a6e779e9b8cc07b3f5aaac965666624506f517f6878c23 +DIST njs-0.6.0.tar.gz 528419 BLAKE2B 7b3c9dd4be8182298cc283e8b19eb4efeef66416d26332ae73dde66b5b67ad980c3e07f12fe0006dfb9710f3df449ac2598bfd1803f6c86d721f48697d975087 SHA512 fa569623fd594e859c535c75041be443ef6329a4ee33d9e0f29eeb56e69ae2f3c44264ccba736b4a97ab0b33700f381acb65a884889d6f644f3fbce7c1bc586e diff --git a/www-servers/nginx/nginx-1.20.1.ebuild b/www-servers/nginx/nginx-1.20.1-r1.ebuild index 544187614256..9bfadd1ec3c3 100644 --- a/www-servers/nginx/nginx-1.20.1.ebuild +++ b/www-servers/nginx/nginx-1.20.1-r1.ebuild @@ -157,7 +157,7 @@ GEOIP2_MODULE_URI="https://github.com/leev/ngx_http_geoip2_module/archive/${GEOI GEOIP2_MODULE_WD="${WORKDIR}/ngx_http_geoip2_module-${GEOIP2_MODULE_PV}" # njs-module (https://github.com/nginx/njs, as-is) -NJS_MODULE_PV="0.5.3" +NJS_MODULE_PV="0.6.0" NJS_MODULE_P="njs-${NJS_MODULE_PV}" NJS_MODULE_URI="https://github.com/nginx/njs/archive/${NJS_MODULE_PV}.tar.gz" NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}" diff --git a/www-servers/nginx/nginx-1.21.0.ebuild b/www-servers/nginx/nginx-1.21.0-r1.ebuild index 1cdf07062dfa..a452afe9fcab 100644 --- a/www-servers/nginx/nginx-1.21.0.ebuild +++ b/www-servers/nginx/nginx-1.21.0-r1.ebuild @@ -157,7 +157,7 @@ GEOIP2_MODULE_URI="https://github.com/leev/ngx_http_geoip2_module/archive/${GEOI GEOIP2_MODULE_WD="${WORKDIR}/ngx_http_geoip2_module-${GEOIP2_MODULE_PV}" # njs-module (https://github.com/nginx/njs, as-is) -NJS_MODULE_PV="0.5.3" +NJS_MODULE_PV="0.6.0" NJS_MODULE_P="njs-${NJS_MODULE_PV}" NJS_MODULE_URI="https://github.com/nginx/njs/archive/${NJS_MODULE_PV}.tar.gz" NJS_MODULE_WD="${WORKDIR}/njs-${NJS_MODULE_PV}" |