Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions nginx/nginx_installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ if (-not $IsLinux) {
# ============================================================================

# NGINX
$Script:NGINX_VERSION = '1.31.1'
$Script:NGINX_SHA256 = '9fcaaeb8f22544b09a19a761f3412c4112215422401634bebdd1296a403cc4bc'
$Script:NGINX_VERSION = '1.31.2'
$Script:NGINX_SHA256 = 'af2a957c41da636ddc4f883e4523c6d140b4784dbce42000c364ae5092aa473c'

# PCRE2
$Script:PCRE2_VERSION = '10.47'
Expand Down
4 changes: 2 additions & 2 deletions nginx/nginx_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ Invoke-Cmd() {
# ============================================================================

# NGINX
NGINX_VERSION="1.31.1"
NGINX_SHA256="9fcaaeb8f22544b09a19a761f3412c4112215422401634bebdd1296a403cc4bc"
NGINX_VERSION="1.31.2"
NGINX_SHA256="af2a957c41da636ddc4f883e4523c6d140b4784dbce42000c364ae5092aa473c"

# PCRE2
PCRE2_VERSION="10.47"
Expand Down