homebrew-cask-versions/Casks/flow.rb
Amory Meltzer d803bc2046 Update flow license from unknown to commercial
After trial period you are limited to 10 minute sessions.  This could well be :freemium, as 10 minutes may be enough, but I think enough use cases of  an FTP/SFTP client would be 10+ that this is indeed :commercial
2015-03-16 14:43:20 -07:00

10 lines
185 B
Ruby

cask :v1 => 'flow' do
version :latest
sha256 :no_check
url 'http://www.getflow.com/mac/download'
homepage 'http://www.getflow.com/'
license :commercial
app 'Flow.app'
end