1
1
class Git < Formula
2
2
desc "Distributed revision control system"
3
3
homepage "https://git-scm.com"
4
- url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.50.1 .tar.xz"
5
- sha256 "7e3e6c36decbd8f1eedd14d42db6674be03671c2204864befa2a41756c5c8fc4 "
4
+ url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.51.0 .tar.xz"
5
+ sha256 "60a7c2251cc2e588d5cd87bae567260617c6de0c22dca9cdbfc4c7d2b8990b62 "
6
6
license "GPL-2.0-only"
7
7
head "https://github.com/git/git.git" , branch : "master"
8
8
@@ -11,16 +11,14 @@ class Git < Formula
11
11
regex ( /href=.*?git[._-]v?(\d +(?:\. \d +)+)\. t/i )
12
12
end
13
13
14
- no_autobump! because : :requires_manual_review
15
-
16
14
bottle do
17
- sha256 arm64_sequoia : "1c52175eaa70bc52fb7e730d9239e88fb731dd709c29e6462790c6ad74811044 "
18
- sha256 arm64_sonoma : "adbc479aaa2ab43064a7c125b060414285b9a1789e92733e8e1caac036749364 "
19
- sha256 arm64_ventura : "b8d2565fa29e83c34f10899bb3c2b63f22ef194cf931f993db53d1af72f56361 "
20
- sha256 sonoma : "462adc8aa1717505e39c059a55ea5a9b6673241f538516cd8a3f929352b2df9a "
21
- sha256 ventura : "fe08a4ecfff5978a03eeb869dd322b8844d60dacf014b57720680da92d5e7f0d "
22
- sha256 arm64_linux : "fe864f7ef6f2ba237a8060a01907ae037469e3aa8c86006bad95841105f90385 "
23
- sha256 x86_64_linux : "2ab95dd3fe1d07d3913e1d1051fdcb57d8e3a91f31f46fd2eb96a6c02d8f88c4 "
15
+ sha256 arm64_sequoia : "e757c188846b025c11296d108dbf94cc13ffbdc299f042dcc0d1012236f84182 "
16
+ sha256 arm64_sonoma : "037a3ee5f90aa6e67eb29749f9d37bb4245617ea4ce5a3aca961795b9f8b78b2 "
17
+ sha256 arm64_ventura : "ab01726cef10625602ddbcc0bd638ab939a142a5319999fb6f2fc0c995013535 "
18
+ sha256 sonoma : "ca0c4ef521a99c847e6354d042d80f7646409585f84abdb820e83d071d2182f9 "
19
+ sha256 ventura : "b513dbb65664a857c22e963cc233e80e5af97b52b97266d64ec527207f6a6c52 "
20
+ sha256 arm64_linux : "3b87a4e7f1f5cedd7a25af90907ffcbe77d908e3fa523f0da626cbb4d0d950e1 "
21
+ sha256 x86_64_linux : "e3896ae27c969a54d1a400be638d3d5647c96fe18907f02faaf80bbe7965b580 "
24
22
end
25
23
26
24
depends_on "gettext"
@@ -36,17 +34,17 @@ class Git < Formula
36
34
end
37
35
38
36
resource "html" do
39
- url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-htmldocs-2.50.1 .tar.xz"
40
- sha256 "d15ccd1518b822e317d14b63de4444bb288909294f117cbbfa385c60ab739bca "
37
+ url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-htmldocs-2.51.0 .tar.xz"
38
+ sha256 "dd33897c676ea140d57a652758e458756fa93582801cfd1d7e1f62acd5fa7580 "
41
39
42
40
livecheck do
43
41
formula :parent
44
42
end
45
43
end
46
44
47
45
resource "man" do
48
- url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.50.1 .tar.xz"
49
- sha256 "7dd86882bbc22bef8852924de96b9cb378aad8532089e301c82093da3e7c5478 "
46
+ url "https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.51.0 .tar.xz"
47
+ sha256 "c10aea63316865ace762078a6e67fc3cf117b11a5c9d4a2a52cb3762ae22ed35 "
50
48
51
49
livecheck do
52
50
formula :parent
0 commit comments