File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11class 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
8786end
You can’t perform that action at this time.
0 commit comments