Skip to content

Commit d0ebbc5

Browse files
BrewTestBotdaeho-ro
authored andcommitted
f3d 3.3.0
1 parent b9223c0 commit d0ebbc5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Formula/f/f3d.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class F3d < Formula
22
desc "Fast and minimalist 3D viewer"
3-
homepage "https://f3d-app.github.io/f3d/"
4-
url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.2.0.tar.gz"
5-
sha256 "2a3cff123821be41d99489e080a7153812e58a86598fa9f4988099660bf6a947"
3+
homepage "https://f3d.app"
4+
url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.3.0.tar.gz"
5+
sha256 "f3feeaed716022bc3440b891afbd5eba82a69af7215f66bb9aa72344d7591126"
66
license "BSD-3-Clause"
7-
revision 2
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
@@ -82,6 +81,6 @@ def install
8281

8382
f3d_out = shell_output("#{bin}/f3d --verbose --no-render #{testpath}/test.obj 2>&1").strip
8483
assert_match(/Loading files:.+\n.+obj/, f3d_out)
85-
assert_match "Camera focal point: 0.5,0.5,0", f3d_out
84+
assert_match "Camera focal point: 0.5, 0.5, 0", f3d_out
8685
end
8786
end

0 commit comments

Comments
 (0)