8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05773b2 commit 63d3eaaCopy full SHA for 63d3eaa
Formula/nginx.rb
@@ -3,10 +3,9 @@ class Nginx < Formula
3
homepage "https://nginx.org/"
4
# Use "mainline" releases only (odd minor version number), not "stable"
5
# See https://www.nginx.com/blog/nginx-1-12-1-13-released/ for why
6
- url "https://nginx.org/download/nginx-1.21.6.tar.gz"
7
- sha256 "66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae"
+ url "https://nginx.org/download/nginx-1.23.0.tar.gz"
+ sha256 "820acaa35b9272be9e9e72f6defa4a5f2921824709f8aa4772c78ab31ed94cd1"
8
license "BSD-2-Clause"
9
- revision 1
10
head "https://hg.nginx.org/nginx/", using: :hg
11
12
livecheck do
0 commit comments