Skip to content

Commit c830d97

Browse files
authored
Merge pull request #229476 from Homebrew/bump-f3d-3.2.0
f3d 3.2.0
2 parents 9e0654c + 274b892 commit c830d97

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Formula/f/f3d.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class F3d < Formula
22
desc "Fast and minimalist 3D viewer"
33
homepage "https://f3d-app.github.io/f3d/"
4-
url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.1.0.tar.gz"
5-
sha256 "93ba23078133122e929d9c1e2946c86da1f08fe56b9ffae40ebfd8185e91380a"
4+
url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.2.0.tar.gz"
5+
sha256 "2a3cff123821be41d99489e080a7153812e58a86598fa9f4988099660bf6a947"
66
license "BSD-3-Clause"
7-
revision 1
87

98
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
109
# labeled as "pre-release" on GitHub before the version is released, so it's
@@ -15,11 +14,11 @@ class F3d < Formula
1514
end
1615

1716
bottle do
18-
sha256 cellar: :any, arm64_sonoma: "4fbdb80d0a0fced279e3125ebfca0b0365c0855ba391098fdb79a1047ac3da12"
19-
sha256 cellar: :any, arm64_ventura: "0f026b208a2584cb5ddce7166e2fa1dc41ace112e9f1636f9cf93f3da465bd49"
20-
sha256 cellar: :any, sonoma: "9b4d9d512c52ef679af9c47a47b43518744d6713095a39d38f8eb57efef05b4a"
21-
sha256 cellar: :any, ventura: "259f9de6738a739a0b871db3af4e655a0060df368b487ea9f02d331d82f3e9df"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8544f5f7c2f9675f70a6e05db9c9f5017cba9113ff7f813519350749bdd8dbe"
17+
sha256 cellar: :any, arm64_sonoma: "b4d6c998da4b4400ec393db77b1179bff8d831da62ec0bc14f2dcbf3b148092e"
18+
sha256 cellar: :any, arm64_ventura: "19fb79db099dfa5bec63e662356608de158a8b81aa6e16b885e857d46a4598f8"
19+
sha256 cellar: :any, sonoma: "25ba5dbee1df01d8c1e76b0ca7d2df0fc94d194ae222200f5093ac80533556ee"
20+
sha256 cellar: :any, ventura: "2ac0379fa03532632b72f2d09589f8b73986ffee89f3eb3f2eabb1e6d369b46e"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7d3ce5e14c08f8b86b7ac555d8a0307cf3e9c0d5d90eeff4167ae2d3ddfcb25"
2322
end
2423

2524
depends_on "cmake" => :build

0 commit comments

Comments
 (0)