Skip to content

Commit

Permalink
Merge pull request #201298 from branchvincent/[email protected]
Browse files Browse the repository at this point in the history
xcb-proto: migrate to `[email protected]`
  • Loading branch information
BrewTestBot authored Dec 15, 2024
2 parents 7e6ec49 + 5038697 commit ace27d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/x/xcb-proto.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ class XcbProto < Formula
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, all: "e85c8d57ca43017674ecd1dadce614289e8790768087a73ceef981e65310003e"
rebuild 1
sha256 cellar: :any_skip_relocation, all: "cf173904bebf1abd5722452d0869d51989d9621978008affbfc43e55d37f1451"
end

depends_on "pkgconf" => [:build, :test]
depends_on "python@3.12" => [:build, :test]
depends_on "python@3.13" => [:build, :test]

def python3
"python3.12"
"python3.13"
end

def install
Expand Down

0 comments on commit ace27d7

Please sign in to comment.