mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
268 B
Ruby
10 lines
268 B
Ruby
cask :v1 => 'bino' do
|
|
version '1.4.4'
|
|
sha256 '924aaef6e95d969bded524647b7a6a35e1c9a8478a7bb855972cfefe25165743'
|
|
|
|
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-SnowLeopard-GPL.zip"
|
|
homepage 'http://bino3d.org'
|
|
license :gpl
|
|
|
|
app 'Bino.app'
|
|
end
|