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 95ad4ca commit cac13a6Copy full SHA for cac13a6
Formula/n/nginx.rb
@@ -3,8 +3,8 @@ 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.29.2.tar.gz"
7
- sha256 "5669e3c29d49bf7f6eb577275b86efe4504cf81af885c58a1ed7d2e7b8492437"
+ url "https://nginx.org/download/nginx-1.29.3.tar.gz"
+ sha256 "9befcced12ee09c2f4e1385d7e8e21c91f1a5a63b196f78f897c2d044b8c9312"
8
license "BSD-2-Clause"
9
head "https://github.com/nginx/nginx.git", branch: "master"
10
0 commit comments