homebrew-cask/Casks/wings3d.rb

15 lines
525 B
Ruby

cask 'wings3d' do
version '1.5.3'
sha256 'ec1bc0302fc7a12c0e5f06162673782943ac4394c2a942a6111b3f321e8be6d5'
# sourceforge.net/wings was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/wings/wings-#{version}-macosx.dmg"
appcast 'https://sourceforge.net/projects/wings/rss',
checkpoint: '4d42c00858c911d9ca572a317ae1a48372e557e789faf10dfa2f5eeb1f132cea'
name 'Wings 3D'
homepage 'http://www.wings3d.com/'
license :oss
app "Wings3D #{version}.app"
end