Skip to content

Commit

Permalink
update nginx version to 1.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 24, 2024
1 parent 9635923 commit de7dc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sapi/src/builder/library/nginx.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
//->withAutoUpdateFile()
->withBuildCached(false)
->withInstallCached(false)
->withFile('nginx-release-1.27.0.tar.gz')
->withFile('nginx-release-1.27.3.tar.gz')
->withDownloadScript(
'nginx',
<<<EOF
# hg clone http://hg.nginx.org/nginx
# hg update -C release-1.25.2
git clone -b release-1.27.0 --depth 1 --progress https://github.com/nginx/nginx.git
git clone -b release-1.27.3 --depth 1 --progress https://github.com/nginx/nginx.git
# hg clone -r release-1.25.5 --rev=1 http://hg.nginx.org/nginx
# hg clone -r default --rev=1 http://hg.nginx.org/nginx
Expand Down

0 comments on commit de7dc8d

Please sign in to comment.