homebrew-cask/Casks/wings3d.rb

14 lines
510 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'wings3d' do
2014-08-05 09:11:47 +08:00
version '1.5.3'
sha256 'ec1bc0302fc7a12c0e5f06162673782943ac4394c2a942a6111b3f321e8be6d5'
2016-07-31 13:45:28 +08:00
# 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'
2015-04-02 13:41:51 +08:00
name 'Wings 3D'
2014-08-05 09:11:47 +08:00
homepage 'http://www.wings3d.com/'
2014-10-01 06:11:11 +08:00
app "Wings3D #{version}.app"
2014-08-05 09:11:47 +08:00
end