homebrew-cask/Casks/bino.rb

12 lines
334 B
Ruby
Raw Normal View History

2014-11-14 01:25:28 +08:00
cask :v1 => 'bino' do
version '1.4.4'
sha256 '924aaef6e95d969bded524647b7a6a35e1c9a8478a7bb855972cfefe25165743'
2015-01-17 10:17:49 +08:00
# free.fr is the official download host per the vendor homepage
2014-09-26 20:08:48 +08:00
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-SnowLeopard-GPL.zip"
homepage 'http://bino3d.org'
license :gpl
2014-09-16 00:05:19 +08:00
app 'Bino.app'
end