Files
homebrew-cask/Casks/c/cheetah3d.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

17 lines
385 B
Ruby

cask "cheetah3d" do
version "7.5.3"
sha256 :no_check
url "https://www.cheetah3d.com/download/Cheetah3D.dmg"
name "Cheetah3D"
desc "3D modeling, rendering and animation software"
homepage "https://www.cheetah3d.com/"
livecheck do
url "https://www.cheetah3d.com/download.php"
regex(%r{Download\s<br/>Cheetah3D\s(\d+(?:\.\d+)+)}i)
end
app "Cheetah3D.app"
end