homebrew-cask/Casks/physicseditor.rb

17 lines
600 B
Ruby

cask 'physicseditor' do
version '1.5.2'
sha256 '98b4c0d3b7db1df2bac0163cb3bb25c67c5e011b74291ccb9f8acfd62cbd8d6f'
url "https://www.codeandweb.com/download/physicseditor/#{version}/PhysicsEditor-#{version}-uni.dmg"
appcast 'https://www.codeandweb.com/releases/PhysicsEditor/appcast-mac-release.xml',
:sha256 => 'c66ebe71f12a68adcb74dacc33778401b03f128d15337c1d8c6b242145668623'
name 'PhysicsEditor'
homepage 'https://www.codeandweb.com/physicseditor'
license :freemium
depends_on :macos => '>= :lion'
depends_on :arch => [:x86_64, :ppc_64]
app 'PhysicsEditor.app'
end