Skip to content

Commit 38bc1b2

Browse files
authored
Merge pull request #234049 from branchvincent/bump-git-2.51.0
git git-credential-libsecret git-gui git-svn 2.51.0
2 parents 368505c + 6e783e7 commit 38bc1b2

File tree

4 files changed

+34
-42
lines changed

4 files changed

+34
-42
lines changed

Formula/g/git-credential-libsecret.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
class GitCredentialLibsecret < Formula
22
desc "Git helper for accessing credentials via libsecret"
33
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"
66
license "GPL-2.0-or-later"
77
head "https://github.com/git/git.git", branch: "master"
88

99
livecheck do
1010
formula "git"
1111
end
1212

13-
no_autobump! because: :requires_manual_review
14-
1513
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "cd059ab2604dc412c714403a60240215a5824433a17e6f085af27d432f7abe96"
17-
sha256 cellar: :any, arm64_sonoma: "de7a29e8c60a06bd769f6dfb0b055e0bacd9fbd52cd5b0c4ad0466e1a3487355"
18-
sha256 cellar: :any, arm64_ventura: "a5ae4fdf0dc02e768b8c00dda85d0f579d81856a79976e3ff7008a0000fe3ad9"
19-
sha256 cellar: :any, sonoma: "a2ae9c20bbb578fd568b3509a135316e3182a01a281a806c3377273f93c48756"
20-
sha256 cellar: :any, ventura: "7a429d674cfd73255d4a1e7fba6efabcd0781ada2ca09ecf01f4601d7ee5fcf9"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "85802c38c83b5b38d14d4ea0f3346a82607551a63bc174b1bfc0954c2183cacc"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b04be398beb7f8e6ff022e648eb9697d481d51662591e6bb9071193f1cc973f0"
14+
sha256 cellar: :any, arm64_sequoia: "e0a6ab1fd669ee633767dd3317da6ec4f5772a8840905aef4fc3f776bc26faaa"
15+
sha256 cellar: :any, arm64_sonoma: "e68447227619ea5a782a05255b2d9625f04d950e097f7aab8c15d45ae8b1df6e"
16+
sha256 cellar: :any, arm64_ventura: "171b2c262e64b401dbad3a4c1b6883895e39630d564d44176db0a1e3d9c2b8b9"
17+
sha256 cellar: :any, sonoma: "7cb4d864c7c2126bd37dee96599f644fd9d7d79e10f73a7153a4cea112e29696"
18+
sha256 cellar: :any, ventura: "01383968b805f7969218fdcb10770d6741e490d991a1270ce4065fad53566e30"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "a214cebf4c8d4d4be1ffe3553a7bd79c2378d5ed11295c8c49af7b6916ce08f9"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b3972cfb76d09ba4c6e288cfbf566dc9a5f1f510f1f320288515dde09b24aca4"
2321
end
2422

2523
depends_on "pkgconf" => :build

Formula/g/git-gui.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
class GitGui < Formula
22
desc "Tcl/Tk UI for the git revision control system"
33
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"
66
license "GPL-2.0-only"
77
head "https://github.com/git/git.git", branch: "master"
88

99
livecheck do
1010
formula "git"
1111
end
1212

13-
no_autobump! because: :requires_manual_review
14-
1513
bottle do
16-
sha256 cellar: :any_skip_relocation, all: "47b3646a5929563330e69235b3df3533599c2e79bb486906a782a520544a369e"
14+
sha256 cellar: :any_skip_relocation, all: "19ad2feb267d2423780971f7f87023f8b2ed6a01d62da5b2a5e6fcc2d18b74b0"
1715
end
1816

1917
depends_on "tcl-tk@8"

Formula/g/git-svn.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
class GitSvn < Formula
22
desc "Bidirectional operation between a Subversion repository and Git"
33
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"
66
license "GPL-2.0-only"
77
head "https://github.com/git/git.git", branch: "master"
88

99
livecheck do
1010
formula "git"
1111
end
1212

13-
no_autobump! because: :requires_manual_review
14-
1513
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9443c387440b428a519dc695000202aeab8d83eb61b76dcddee3021850827735"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9443c387440b428a519dc695000202aeab8d83eb61b76dcddee3021850827735"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9dcec6b1bfacf4ed7d6f2d5b91045ce60f053d8692fc7ab09cb9e35c39ad25dc"
19-
sha256 cellar: :any_skip_relocation, sonoma: "9443c387440b428a519dc695000202aeab8d83eb61b76dcddee3021850827735"
20-
sha256 cellar: :any_skip_relocation, ventura: "9dcec6b1bfacf4ed7d6f2d5b91045ce60f053d8692fc7ab09cb9e35c39ad25dc"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "bebb4d1896330e3cde23849c68c3fee44c57cb481188f630987cee55c39c3364"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "12fcfe012c9a597a64c4a14e4c284b0ec386cc643238bd9581a50c1b970ae698"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c817b0e608d2d4670a4a78ca4a96752c82f066ad4c6cac6be62d6960fe355241"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c817b0e608d2d4670a4a78ca4a96752c82f066ad4c6cac6be62d6960fe355241"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b037f3f20d5db0fae8984b530b8471ec13c3c611746f60a988eea4fb075a8e3"
17+
sha256 cellar: :any_skip_relocation, sonoma: "c817b0e608d2d4670a4a78ca4a96752c82f066ad4c6cac6be62d6960fe355241"
18+
sha256 cellar: :any_skip_relocation, ventura: "3b037f3f20d5db0fae8984b530b8471ec13c3c611746f60a988eea4fb075a8e3"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "f427e916b44b21afc4c6be8cfb912732ceb5c93b8b14c41f6abab666ac0c414e"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "081eb656093bd198429dcf9e7eed8fdb12274cae06ee9ce3c3585cfd2fe34925"
2321
end
2422

2523
depends_on "git"

Formula/g/git.rb

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Git < Formula
22
desc "Distributed revision control system"
33
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"
66
license "GPL-2.0-only"
77
head "https://github.com/git/git.git", branch: "master"
88

@@ -11,16 +11,14 @@ class Git < Formula
1111
regex(/href=.*?git[._-]v?(\d+(?:\.\d+)+)\.t/i)
1212
end
1313

14-
no_autobump! because: :requires_manual_review
15-
1614
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"
2422
end
2523

2624
depends_on "gettext"
@@ -36,17 +34,17 @@ class Git < Formula
3634
end
3735

3836
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"
4139

4240
livecheck do
4341
formula :parent
4442
end
4543
end
4644

4745
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"
5048

5149
livecheck do
5250
formula :parent

0 commit comments

Comments
 (0)