Skip to content

Commit ca72f7b

Browse files
authored
Merge pull request #217299 from Homebrew/bump-pivy-0.6.10
pivy 0.6.10
2 parents b70bddc + e0a6f74 commit ca72f7b

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2718,6 +2718,7 @@ pipet
27182718
pipgrip
27192719
pipx
27202720
pivit
2721+
pivy
27212722
pixi
27222723
pixi-pack
27232724
pixie

Formula/p/pivy.rb

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
class Pivy < Formula
22
desc "Python bindings to coin3d"
33
homepage "https://github.com/coin3d/pivy"
4+
url "https://github.com/coin3d/pivy/archive/refs/tags/0.6.10.tar.gz"
5+
sha256 "7b409816c9fad84cf94f93659281f9dd2501d285eb2fc609e9401a3d004ce723"
46
license "ISC"
57
head "https://github.com/coin3d/pivy.git", branch: "master"
68

7-
stable do
8-
url "https://github.com/coin3d/pivy/archive/refs/tags/0.6.9.tar.gz"
9-
sha256 "c207f5ed73089b2281356da4a504c38faaab90900b95639c80772d9d25ba0bbc"
10-
11-
# Backport fix for Qt6 QtOpenGLWidgets
12-
patch do
13-
url "https://github.com/coin3d/pivy/commit/e81c5f32538891c740b90b5d2eb77fa6a9e1cb43.patch?full_index=1"
14-
sha256 "c54b660f09957ad7673d29328fb1cbe77b9eb4b090f2371b6e16b4c333e679c4"
15-
end
16-
end
17-
189
bottle do
19-
sha256 cellar: :any, arm64_sonoma: "49312c6ceb49fc4e4141430afe844ed52fb2f828445497fb74a695dd1c7c23dc"
20-
sha256 cellar: :any, arm64_ventura: "37951e1aeb75c56bcb13e495dc15a70b7658c75bdc2ae782cdec2adf5b4180e4"
21-
sha256 cellar: :any, sonoma: "4aef1788e33fd3bed8094c79592e374525d579068517e7e4a6c66f4f36669343"
22-
sha256 cellar: :any, ventura: "73554f28642f20a5c770d7dd948f6cc44c140f0a0ce142f4754de42621d02f5b"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "773ce675502fc88dd841d625e99b748d03b7519a962a3deb7239d456810491cf"
10+
sha256 cellar: :any, arm64_sonoma: "8b87dac25665d8517854cb34f96c4e9237495781555a4eb8c8de59a1c6476037"
11+
sha256 cellar: :any, arm64_ventura: "0378b486fef297474f82175e844633a21a00772f523acc0f84ccf97e368ce143"
12+
sha256 cellar: :any, sonoma: "d9f23884af3e774e654ee22911feeed221e02f3d829f94d8f95582fb2997b9b1"
13+
sha256 cellar: :any, ventura: "73bc75f176e815f882879135054ac7e018482292250f8101a9206b12156bb7f4"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0f07d2aca7c37e78d292ef734d91d07bd5fad4adf46359a0a86123fd82fabbd"
2415
end
2516

2617
depends_on "cmake" => :build

0 commit comments

Comments
 (0)