homebrew-cask/Casks/bino.rb

27 lines
998 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bino' do
2015-06-30 03:57:37 +08:00
version '1.6.1'
2016-08-08 03:12:48 +08:00
if MacOS.version <= :leopard
2015-06-30 03:57:37 +08:00
sha256 '7f6dd796b8117ecfc6f5c90374824ab3d81d74732b94f9b27b617e90ca1d494a'
2016-02-12 01:41:32 +08:00
# devernay.free.fr/hacks/bino was verified as official when first introduced to the cask
2015-06-30 03:57:37 +08:00
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-Leopard-GPL.zip"
2016-08-08 03:12:48 +08:00
elsif MacOS.version <= :mountain_lion
2015-06-30 03:57:37 +08:00
sha256 'e2ab9e0ce11d1bc29eba30b6fcc4cb1761d2d2e5d7d6eeac40505b5dafa7d110'
2016-02-12 01:41:32 +08:00
# devernay.free.fr/hacks/bino was verified as official when first introduced to the cask
2015-06-30 03:57:37 +08:00
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-SnossowLeopard-GPL.zip"
2016-08-08 03:12:48 +08:00
elsif MacOS.version >= :mavericks
2015-06-30 03:57:37 +08:00
sha256 '7bf618ac2d6ca7f3af0eff0373ba91d5d322168b69cd1e35449cacac003e45a3'
2016-02-12 01:41:32 +08:00
# devernay.free.fr/hacks/bino was verified as official when first introduced to the cask
2015-06-30 03:57:37 +08:00
url "http://devernay.free.fr/hacks/bino/Bino-#{version}-OSX-Mavericks-GPL.zip"
end
2015-02-08 18:57:46 +08:00
name 'Bino'
homepage 'http://bino3d.org'
license :gpl
2014-09-16 00:05:19 +08:00
app 'Bino.app'
end