homebrew-cask-versions/Casks/flow.rb
Gabriel Izaias a2e498b3f6 Rename metalab-flow cask to only flow
Considering that the the original `flow` cask was discontinued, it
makes more sense to add the vendor prefix since its usage will only
decline
2014-06-27 17:31:39 -03:00

9 lines
161 B
Ruby

class Flow < Cask
version 'latest'
sha256 :no_check
url 'http://www.getflow.com/mac/download'
homepage 'http://www.getflow.com/'
link 'Flow.app'
end