Skip to content

Commit b4419bd

Browse files
authored
Merge pull request Homebrew#193510 from Homebrew/git-delete-merged-branches-py3.13
git-delete-merged-branches: migrate to `[email protected]`
2 parents 506af46 + a2c8bf9 commit b4419bd

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

Formula/g/git-delete-merged-branches.rb

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,11 @@ class GitDeleteMergedBranches < Formula
88
license "GPL-3.0-or-later"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b558858cce3a4384b26a62beb22a433321d1f979b0062d1217ad50a41c7862f"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "730fe878bf84f3f1686997cbfc6282e3cfaa12800ede068169aa98afb9e38942"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "62de11e672702ebf784d738bc87a9acda1b2e678ba4fe2caad50c3592d5da8c3"
14-
sha256 cellar: :any_skip_relocation, arm64_monterey: "7e58af7faeb41355b1f3c79b1516b6badd8f5cf461ba5c7c4fca982dd913ca45"
15-
sha256 cellar: :any_skip_relocation, sonoma: "82dc490bab03da709570a42f0ff41dd0228f279add3e08914638f9d1441090a0"
16-
sha256 cellar: :any_skip_relocation, ventura: "0fc90ecfaee427012ed2babd8c60a866f72e0ab495927deb7d53d23d827ebc4e"
17-
sha256 cellar: :any_skip_relocation, monterey: "5e70e60ff0b865f882d6e7490b668ba7c9c1ad75579a946e8581e085517b4dd6"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "71b1113ce036b61fcfef91135d4ac3275699eb3b026aa4dda3bef714c5f32551"
11+
rebuild 1
12+
sha256 cellar: :any_skip_relocation, all: "85f1a775af71b666b1c4de83aab9667c68c855e1b5628e9e5bcc533eea1c3288"
1913
end
2014

21-
depends_on "python@3.12"
15+
depends_on "python@3.13"
2216

2317
conflicts_with "git-extras", because: "both install `git-delete-merged-branches` binaries"
2418

@@ -28,8 +22,8 @@ class GitDeleteMergedBranches < Formula
2822
end
2923

3024
resource "prompt-toolkit" do
31-
url "https://files.pythonhosted.org/packages/cc/c6/25b6a3d5cd295304de1e32c9edbcf319a52e965b339629d37d42bb7126ca/prompt_toolkit-3.0.43.tar.gz"
32-
sha256 "3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d"
25+
url "https://files.pythonhosted.org/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz"
26+
sha256 "d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"
3327
end
3428

3529
resource "wcwidth" do

0 commit comments

Comments
 (0)