homebrew-cask/Casks/optimal-layout.rb

14 lines
398 B
Ruby
Raw Normal View History

2014-11-14 01:26:34 +08:00
cask :v1 => 'optimal-layout' do
2014-09-17 19:42:55 +08:00
version :latest
sha256 :no_check
# windowflow.com is the official download host per the vendor homepage
2013-02-07 04:10:57 +08:00
url 'http://files.windowflow.com/OptimalLayout2.zip'
2014-05-14 21:40:02 +08:00
appcast 'http://most-advantageous.com/sparkle/OL-AppCast.cfm'
name 'Optimal Layout'
2013-02-07 04:10:57 +08:00
homepage 'http://most-advantageous.com/optimal-layout/'
2015-09-29 03:26:23 +08:00
license :commercial
2014-09-16 00:06:04 +08:00
app 'Optimal Layout.app'
2013-02-07 04:10:57 +08:00
end