homebrew-cask/Casks/bino.rb

16 lines
526 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bino' do
2018-02-19 18:38:26 +08:00
version '1.6.6'
sha256 '31f0c7590511c9c5bfb92f488de82565bdc4c945b934a1e8cd40a110beb49fd5'
2016-12-22 18:42:00 +08:00
# devernay.free.fr/hacks/bino was verified as official when first introduced to the cask
2018-02-19 18:38:26 +08:00
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-Mavericks-GPL.zip"
2016-12-22 18:42:00 +08:00
appcast 'http://devernay.free.fr/hacks/bino/',
2018-02-19 18:38:26 +08:00
checkpoint: '1fbe3a6c931f36c91debea2c2a00fb0a52dd4d7c1acd5551956879d5cc8f2fde'
2015-02-08 18:57:46 +08:00
name 'Bino'
homepage 'https://bino3d.org/'
2018-02-19 18:38:26 +08:00
depends_on macos: '>= :mavericks'
2014-09-16 00:05:19 +08:00
app 'Bino.app'
end